We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175faa7 commit 7be7f0aCopy full SHA for 7be7f0a
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM composer:2.2
2
3
ENV TINI_VERSION 0.19.0-r0
4
5
-RUN apk add --no-cache tini=$TINI_VERSION
+RUN apk add --no-cache tini=$TINI_VERSION tzdata
6
7
ADD . /src/app/
8
0 commit comments