mirror of
https://github.com/gogs/gogs.git
synced 2026-02-03 21:19:17 +01:00
fix(Dockerfile.next): install curl (#8080)
This commit is contained in:
@@ -23,6 +23,7 @@ RUN addgroup -g ${GOGS_GID} -S git && \
|
||||
RUN apk --no-cache --no-progress add \
|
||||
bash \
|
||||
ca-certificates \
|
||||
curl \
|
||||
git \
|
||||
linux-pam \
|
||||
openssh-keygen
|
||||
|
||||
Reference in New Issue
Block a user