mirror of
https://github.com/bitwarden/server
synced 2025-12-10 13:23:27 +00:00
add missing tzdata library (#6136)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user