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

when starting the container.
lolsob-rspec
Pierre Ozoux 2018-01-19 19:11:19 +01:00 committed by Eugen Rochko
parent 30df8fc679
commit 4ae0ea3802
1 changed files with 1 additions and 0 deletions

View File

@ -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" \