]> source.dussan.org Git - gitea.git/commitdiff
Add gnupg to Dockerfile (#11365)
authorCirno the Strongest <1447794+CirnoT@users.noreply.github.com>
Sun, 10 May 2020 20:41:34 +0000 (22:41 +0200)
committerGitHub <noreply@github.com>
Sun, 10 May 2020 20:41:34 +0000 (23:41 +0300)
Co-authored-by: zeripath <art27@cantab.net>
Dockerfile

index 0229161b5f4aa953126686b465a73b3437112375..8093853605efe2d895ed0360d955c7ff3728457e 100644 (file)
@@ -37,7 +37,8 @@ RUN apk --no-cache add \
     s6 \
     sqlite \
     su-exec \
-    tzdata
+    tzdata \
+    gnupg
 
 RUN addgroup \
     -S -g 1000 \