Skip to content

Commit 9bfd51f

Browse files
committed
Dockerfile: upgrade and install git
1 parent cd3273e commit 9bfd51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bullseye-slim AS base-with-deps
22
ARG USERNAME=vscode
3-
RUN apt-get update && apt-get install -y curl
3+
RUN apt-get update && apt-get upgrade -y && apt-get install -y curl git
44
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash \
55
&& . ~/.nvm/nvm.sh \
66
&& nvm install --lts=hydrogen

0 commit comments

Comments
 (0)