Add gnupg to Dockerfile (#11365)

Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
Cirno the Strongest 2020-05-10 22:41:34 +02:00 committed by GitHub
parent 6e23a1b843
commit c9187b8116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ RUN apk --no-cache add \
s6 \
sqlite \
su-exec \
tzdata
tzdata \
gnupg
RUN addgroup \
-S -g 1000 \