diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-05-10 22:41:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 23:41:34 +0300 |
commit | c9187b81164757c67a0f83ef34b001f7d38c264a (patch) | |
tree | f5b357181457b4e91320b893de51cf0c64059172 | |
parent | 6e23a1b843a9bde7608e86cdddd3131047b2c70b (diff) | |
download | gitea-c9187b81164757c67a0f83ef34b001f7d38c264a.tar.gz gitea-c9187b81164757c67a0f83ef34b001f7d38c264a.zip |
Add gnupg to Dockerfile (#11365)
Co-authored-by: zeripath <art27@cantab.net>
-rw-r--r-- | Dockerfile | 3 |
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 \ |