props/.devcontainer/Dockerfile
Harrison Deng b9007e2403
All checks were successful
props/pipeline/head This commit looks good
Updated devcontainer configuration and CI configuration
2024-11-15 02:04:41 +00:00

8 lines
437 B
Docker

FROM mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm
# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>
# [Optional] Uncomment this line to install global node packages.
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1