about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorPierre Ozoux <pierre@ozoux.net>2018-01-19 19:11:19 +0100
committerEugen Rochko <eugen@zeonfederated.com>2018-01-19 19:11:19 +0100
commit7be53a10b0df3f3cfaaa82e7ab2ba16f85343546 (patch)
treed3ce16595996ac283bfcf368bcfe4503b4849c2c /Dockerfile
parenta0de3222dd38f446483c1a215b0264faa5ab4800 (diff)
Fix "tzinfo-data is not present" docker error (#6300)
when starting the container.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 7cca02ecf..52ebc84e5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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" \