aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCirno the Strongest <1447794+CirnoT@users.noreply.github.com>2020-05-10 22:41:34 +0200
committerGitHub <noreply@github.com>2020-05-10 23:41:34 +0300
commitc9187b81164757c67a0f83ef34b001f7d38c264a (patch)
treef5b357181457b4e91320b893de51cf0c64059172
parent6e23a1b843a9bde7608e86cdddd3131047b2c70b (diff)
downloadgitea-c9187b81164757c67a0f83ef34b001f7d38c264a.tar.gz
gitea-c9187b81164757c67a0f83ef34b001f7d38c264a.zip
Add gnupg to Dockerfile (#11365)
Co-authored-by: zeripath <art27@cantab.net>
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0229161b5f..8093853605 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,7 +37,8 @@ RUN apk --no-cache add \
s6 \
sqlite \
su-exec \
- tzdata
+ tzdata \
+ gnupg
RUN addgroup \
-S -g 1000 \