0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-09 14:09:06 +02:00

Add curl to rootless docker image (#15908)

Signed-off-by: JustusBunsi <61625851+justusbunsi@users.noreply.github.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
Steven 2021-05-21 06:03:41 +02:00 committed by GitHub
parent 90eeb6363c
commit d6d2444f2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ RUN apk --no-cache add \
ca-certificates \
gettext \
git \
curl \
gnupg
RUN addgroup \