add missing tzdata library (#6136)

This commit is contained in:
aj-bw 2025-07-29 10:41:03 -04:00 committed by GitHub
parent b00e689ff6
commit 47237fa88f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,7 @@ EXPOSE 5000
RUN apk add --no-cache curl \
krb5 \
icu-libs \
tzdata \
shadow \
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community gosu

View File

@ -50,6 +50,7 @@ EXPOSE 5000
RUN apk add --no-cache curl \
icu-libs \
shadow \
tzdata \
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community gosu
# Copy app from the build stage

View File

@ -50,6 +50,7 @@ EXPOSE 5000
RUN apk add --no-cache curl \
icu-libs \
shadow \
tzdata \
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community gosu
# Copy app from the build stage