Skip to content

Commit 3da71a1

Browse files
authored
Update Dockerfile
1 parent 21f61ad commit 3da71a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm-slim
22

3-
# Install JDK, curl, unzip
3+
# Install NodeJS, NPM
44
RUN apt-get update && \
55
apt-get install -y --no-install-recommends \
66
nodejs \
@@ -16,4 +16,4 @@ ARG USERNAME=vscode
1616
RUN useradd -ms /bin/bash ${USERNAME}
1717

1818
USER ${USERNAME}
19-
WORKDIR /workspaces/dev-container-templates
19+
WORKDIR /workspaces/dev-container-templates

0 commit comments

Comments
 (0)