We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5fd8e commit d9af405Copy full SHA for d9af405
1 file changed
Dockerfile
@@ -9,6 +9,7 @@ RUN apk add --no-cache \
9
py3-pip \
10
sudo \
11
bash \
12
+ git \
13
&& rm -rf /var/cache/apk/*
14
15
# Create non-root user first
0 commit comments