fix(Dockerfile.next): install curl (#8080)

This commit is contained in:
Élie Bouttier
2026-01-06 18:30:15 +01:00
committed by GitHub
parent f813c17565
commit e68949dd13

View File

@@ -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