Skip to content

Commit 459489d

Browse files
authored
Merge pull request #283 from krufab/bugfix/281-added-tzdata-package
#281 Added tzdata also to the template alpine file
2 parents 34c0696 + ac3c819 commit 459489d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile-alpine.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM php:7.4-%%VARIANT%%
22

33
# docker-entrypoint.sh dependencies
44
RUN apk add --no-cache \
5-
bash
5+
bash \
6+
tzdata
67

78
# Install dependencies
89
RUN set -ex; \

0 commit comments

Comments
 (0)