Skip to content

Commit 7be7f0a

Browse files
authored
Bring in tzdata so users could set the timezones through the environment (#182)
1 parent 175faa7 commit 7be7f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM composer:2.2
22

33
ENV TINI_VERSION 0.19.0-r0
44

5-
RUN apk add --no-cache tini=$TINI_VERSION
5+
RUN apk add --no-cache tini=$TINI_VERSION tzdata
66

77
ADD . /src/app/
88

0 commit comments

Comments
 (0)