mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 21:09:51 +00:00
Adds mono-complete to the dev container (#2468)
adds mono to docker - this is a test/env dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user