Skip to content
Snippets Groups Projects
Commit 7be53a10 authored by Pierre Ozoux's avatar Pierre Ozoux Committed by Eugen Rochko
Browse files

Fix "tzinfo-data is not present" docker error (#6300)

when starting the container.
parent a0de3222
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ RUN apk -U upgrade \
protobuf \
su-exec \
tini \
tzdata \
&& update-ca-certificates \
&& mkdir -p /tmp/src /opt \
&& wget -O yarn.tar.gz "https://github.com/yarnpkg/yarn/releases/download/v$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment