Skip to content

Commit 0e210ad

Browse files
Update Dockerfile
1 parent cdb3aff commit 0e210ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# [Choice] Java version (use -bullseye variants on local arm64/Apple Silicon): 11, 17, 11-bullseye, 17-bullseye, 11-buster, 17-buster
44
ARG VARIANT="21-bullseye"
55
FROM mcr.microsoft.com/vscode/devcontainers/java:1.1.0-${VARIANT}
6+
// so there is nothing but it's using for git commands
67
78
# [Option] Install Maven
89
ARG INSTALL_MAVEN="false"
@@ -22,4 +23,4 @@ RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/
2223
# && apt-get -y install --no-install-recommends <your-package-list-here>
2324
2425
# [Optional] Uncomment this line to install global node packages.
25-
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1
26+
# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g <your-package-here>" 2>&1

0 commit comments

Comments
 (0)