]> source.dussan.org Git - gitea.git/commitdiff
Update Dockerfile (#12922)
authorAntoine GIRARD <sapk@users.noreply.github.com>
Sun, 27 Sep 2020 22:52:22 +0000 (00:52 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Sep 2020 22:52:22 +0000 (18:52 -0400)
Dockerfile

index 9c678a60ad350324e13031a05e4251027c10df45..8800738bdee141191b21fb6797c12851316399f4 100644 (file)
@@ -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 \