Skip to content

Commit 14e7186

Browse files
authored
Update Dockerfile (#12922)
1 parent 7f8e319 commit 14e7186

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV GOPROXY ${GOPROXY:-direct}
88

99
ARG GITEA_VERSION
1010
ARG TAGS="sqlite sqlite_unlock_notify"
11-
ENV TAGS "bindata $TAGS"
11+
ENV TAGS "bindata timetzdata $TAGS"
1212
ARG CGO_EXTRA_CFLAGS
1313

1414
#Build deps
@@ -38,7 +38,6 @@ RUN apk --no-cache add \
3838
s6 \
3939
sqlite \
4040
su-exec \
41-
tzdata \
4241
gnupg
4342

4443
RUN addgroup \

0 commit comments

Comments
 (0)