diff options
Diffstat (limited to 'Dockerfile')
-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 \ |