git 2.36 is needed for safe.directory = '*' to work (#19876)
This commit is contained in:
parent
704f809e90
commit
cf6694e815
2 changed files with 4 additions and 2 deletions
|
@ -33,7 +33,6 @@ RUN apk --no-cache add \
|
|||
ca-certificates \
|
||||
curl \
|
||||
gettext \
|
||||
git \
|
||||
linux-pam \
|
||||
openssh \
|
||||
s6 \
|
||||
|
@ -41,6 +40,8 @@ RUN apk --no-cache add \
|
|||
su-exec \
|
||||
gnupg
|
||||
|
||||
RUN apk add git --repository=http://dl-cdn.alpinelinux.org/alpine/v3.16/main
|
||||
|
||||
RUN addgroup \
|
||||
-S -g 1000 \
|
||||
git && \
|
||||
|
|
|
@ -32,10 +32,11 @@ RUN apk --no-cache add \
|
|||
bash \
|
||||
ca-certificates \
|
||||
gettext \
|
||||
git \
|
||||
curl \
|
||||
gnupg
|
||||
|
||||
RUN apk add git --repository=http://dl-cdn.alpinelinux.org/alpine/v3.16/main
|
||||
|
||||
RUN addgroup \
|
||||
-S -g 1000 \
|
||||
git && \
|
||||
|
|
Loading…
Reference in a new issue