logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 7be53a10b0df3f3cfaaa82e7ab2ba16f85343546
parent: a0de3222dd38f446483c1a215b0264faa5ab4800
Author: Pierre Ozoux <pierre@ozoux.net>
Date:   Fri, 19 Jan 2018 19:11:19 +0100

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

when starting the container.

Diffstat:

MDockerfile1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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" \