Skip to content

Commit

Permalink
Adds mono-complete to the dev container (#2468)
Browse files Browse the repository at this point in the history
adds mono to docker - this is a test/env dependency
  • Loading branch information
nickfloyd committed Jun 30, 2022
1 parent 7144e29 commit 659ce5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 659ce5f

Please sign in to comment.