diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2020-09-28 00:52:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 18:52:22 -0400 |
commit | 14e718695a999be199b61b57d60e9760d70ef439 (patch) | |
tree | a48a9a4d19a5d877b250ab2d1d66d0ec5ccd7f0a /Dockerfile | |
parent | 7f8e3192cd941f008a3a2413ca0e9ff90c02fd88 (diff) | |
download | gitea-14e718695a999be199b61b57d60e9760d70ef439.tar.gz gitea-14e718695a999be199b61b57d60e9760d70ef439.zip |
Update Dockerfile (#12922)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 9c678a60ad..8800738bde 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 \ |