From 14e718695a999be199b61b57d60e9760d70ef439 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Mon, 28 Sep 2020 00:52:22 +0200 Subject: [PATCH] Update Dockerfile (#12922) --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 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 \