We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704f809 commit 35eb697Copy full SHA for 35eb697
Dockerfile
@@ -33,14 +33,15 @@ RUN apk --no-cache add \
33
ca-certificates \
34
curl \
35
gettext \
36
- git \
37
linux-pam \
38
openssh \
39
s6 \
40
sqlite \
41
su-exec \
42
gnupg
43
+RUN apk add git --repository=http://dl-cdn.alpinelinux.org/alpine/v3.16/main
44
+
45
RUN addgroup \
46
-S -g 1000 \
47
git && \
Dockerfile.rootless
@@ -32,10 +32,11 @@ RUN apk --no-cache add \
32
bash \
0 commit comments