]> cat aescling's git repositories - mastodon.git/commitdiff
Fix "tzinfo-data is not present" docker error (#6300)
authorPierre Ozoux <pierre@ozoux.net>
Fri, 19 Jan 2018 18:11:19 +0000 (19:11 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 19 Jan 2018 18:11:19 +0000 (19:11 +0100)
when starting the container.

Dockerfile

index 7cca02ecf22fae540db12db1aeea765528419ee6..52ebc84e5a359f95e9bf70c1dc23068e2b9640fa 100644 (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" \