diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2025-01-28 23:51:45 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2025-01-28 23:51:45 +0300 |
commit | a864f851782a9d18fff7fb0d97cbb661d25b6f88 (patch) | |
tree | 6a5a6b94bfa088a69a81e5a3c49b9554054831e5 /.devcontainer/Dockerfile | |
parent | 455733461139699bf1ca4df8a126bc5b8fbf0ab1 (diff) |
Add .devcontainers
Diffstat (limited to '.devcontainer/Dockerfile')
-rw-r--r-- | .devcontainer/Dockerfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile new file mode 100644 index 0000000..8415d4d --- /dev/null +++ b/.devcontainer/Dockerfile @@ -0,0 +1,8 @@ +FROM mcr.microsoft.com/devcontainers/dotnet:1-8.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
\ No newline at end of file |