aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAntoine GIRARD2020-09-28 00:52:22 +0200
committerGitHub2020-09-27 18:52:22 -0400
commit14e718695a999be199b61b57d60e9760d70ef439 (patch)
treea48a9a4d19a5d877b250ab2d1d66d0ec5ccd7f0a /Dockerfile
parent7f8e3192cd941f008a3a2413ca0e9ff90c02fd88 (diff)
Update Dockerfile (#12922)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 9c678a60a..8800738bd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ ENV GOPROXY ${GOPROXY:-direct}
ARG GITEA_VERSION
ARG TAGS="sqlite sqlite_unlock_notify"
-ENV TAGS "bindata $TAGS"
+ENV TAGS "bindata timetzdata $TAGS"
ARG CGO_EXTRA_CFLAGS
#Build deps
@@ -38,7 +38,6 @@ RUN apk --no-cache add \
s6 \
sqlite \
su-exec \
- tzdata \
gnupg
RUN addgroup \