Skip to content

Commit

Permalink
Fix "tzinfo-data is not present" docker error (mastodon#6300)
Browse files Browse the repository at this point in the history
when starting the container.
  • Loading branch information
pierreozoux authored and Gargron committed Jan 19, 2018
1 parent 67f1ae0 commit 66c47ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 66c47ba

Please sign in to comment.