summaryrefslogtreecommitdiffstats
path: root/Dockerfile
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 22:41:34 +0200
commitc9187b81164757c67a0f83ef34b001f7d38c264a (patch)
treef5b357181457b4e91320b893de51cf0c64059172 /Dockerfile
parent[Vendor] mssqldb: 2019-11-28 -> 2020-04-28 (#11364) (diff)
downloadforgejo-c9187b81164757c67a0f83ef34b001f7d38c264a.tar.xz
forgejo-c9187b81164757c67a0f83ef34b001f7d38c264a.zip
Add gnupg to Dockerfile (#11365)
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'Dockerfile')
-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 \