mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 00:42:07 -06:00
add missing tzdata library (#6136)
This commit is contained in:
parent
b00e689ff6
commit
47237fa88f
@ -50,6 +50,7 @@ EXPOSE 5000
|
|||||||
RUN apk add --no-cache curl \
|
RUN apk add --no-cache curl \
|
||||||
krb5 \
|
krb5 \
|
||||||
icu-libs \
|
icu-libs \
|
||||||
|
tzdata \
|
||||||
shadow \
|
shadow \
|
||||||
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community gosu
|
&& 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 \
|
RUN apk add --no-cache curl \
|
||||||
icu-libs \
|
icu-libs \
|
||||||
shadow \
|
shadow \
|
||||||
|
tzdata \
|
||||||
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community gosu
|
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community gosu
|
||||||
|
|
||||||
# Copy app from the build stage
|
# Copy app from the build stage
|
||||||
|
|||||||
@ -50,6 +50,7 @@ EXPOSE 5000
|
|||||||
RUN apk add --no-cache curl \
|
RUN apk add --no-cache curl \
|
||||||
icu-libs \
|
icu-libs \
|
||||||
shadow \
|
shadow \
|
||||||
|
tzdata \
|
||||||
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community gosu
|
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community gosu
|
||||||
|
|
||||||
# Copy app from the build stage
|
# Copy app from the build stage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user