Adds mono-complete to the dev container (#2468)

adds mono to docker - this is a test/env dependency
This commit is contained in:
Nick Floyd
2022-06-30 08:33:46 -05:00
committed by GitHub
parent 7144e29275
commit 659ce5f4f7
+2
View File
@@ -11,3 +11,5 @@ COPY --from=mcr.microsoft.com/dotnet/sdk:5.0 /usr/share/dotnet/shared /usr/share
# # Add mkdocs for doc generation
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get -y install --no-install-recommends python3-pip
RUN pip3 install mkdocs
RUN apt-get install -y mono-complete