diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index ef4c0c3ad8..5815d06769 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -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 diff --git a/src/Billing/Dockerfile b/src/Billing/Dockerfile index ced8763577..8f1a217b0e 100644 --- a/src/Billing/Dockerfile +++ b/src/Billing/Dockerfile @@ -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 diff --git a/src/Notifications/Dockerfile b/src/Notifications/Dockerfile index 4aefaa9b90..1b0b507606 100644 --- a/src/Notifications/Dockerfile +++ b/src/Notifications/Dockerfile @@ -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