mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
changes container
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.234.0/containers/dotnet/.devcontainer/base.Dockerfile
|
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.234.0/containers/dotnet/.devcontainer/base.Dockerfile
|
||||||
|
|
||||||
# [Choice] .NET version: 6.0, 6.0-bullseye, 6.0-focal
|
# [Choice] .NET version: 6.0, 6.0-bullseye, 6.0-focal
|
||||||
ARG VARIANT="6.0-bullseye"
|
ARG VARIANT="7.0-bullseye-slim"
|
||||||
FROM mcr.microsoft.com/vscode/devcontainers/dotnet
|
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:0-${VARIANT}
|
||||||
|
|
||||||
# "install" the dotnet 6.0 runtime for tests
|
# "install" the dotnet 6.0 runtime for tests
|
||||||
COPY --from=mcr.microsoft.com/dotnet/sdk:6.0 /usr/share/dotnet/shared /usr/share/dotnet/shared
|
COPY --from=mcr.microsoft.com/dotnet/sdk:6.0 /usr/share/dotnet/shared /usr/share/dotnet/shared
|
||||||
|
|
||||||
# # Add mkdocs for doc generation
|
# # Add mkdocs for doc generation
|
||||||
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get -y install --no-install-recommends python3-pip
|
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get -y install --no-install-recommends python3-pip
|
||||||
# RUN pip3 install mkdocs
|
RUN pip3 install mkdocs
|
||||||
|
|
||||||
RUN apt-get install -y mono-complete
|
RUN apt-get install -y mono-complete
|
||||||
|
|||||||
Reference in New Issue
Block a user