Browse Source
Add gnupg to Dockerfile (#11365)
Co-authored-by: zeripath <art27@cantab.net>
for-closed-social
Cirno the Strongest
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
Dockerfile
|
|
@ -37,7 +37,8 @@ RUN apk --no-cache add \ |
|
|
|
s6 \ |
|
|
|
sqlite \ |
|
|
|
su-exec \ |
|
|
|
tzdata |
|
|
|
tzdata \ |
|
|
|
gnupg |
|
|
|
|
|
|
|
RUN addgroup \ |
|
|
|
-S -g 1000 \ |
|
|
|