We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f61ad commit 3da71a1Copy full SHA for 3da71a1
.devcontainer/Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:bookworm-slim
2
3
-# Install JDK, curl, unzip
+# Install NodeJS, NPM
4
RUN apt-get update && \
5
apt-get install -y --no-install-recommends \
6
nodejs \
@@ -16,4 +16,4 @@ ARG USERNAME=vscode
16
RUN useradd -ms /bin/bash ${USERNAME}
17
18
USER ${USERNAME}
19
-WORKDIR /workspaces/dev-container-templates
+WORKDIR /workspaces/dev-container-templates
0 commit comments