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 cd3273e commit 9bfd51fCopy full SHA for 9bfd51f
Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:bullseye-slim AS base-with-deps
2
ARG USERNAME=vscode
3
-RUN apt-get update && apt-get install -y curl
+RUN apt-get update && apt-get upgrade -y && apt-get install -y curl git
4
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash \
5
&& . ~/.nvm/nvm.sh \
6
&& nvm install --lts=hydrogen
0 commit comments