Skip to content

Commit ac3c819

Browse files
author
Fabio Kruger
committed
#281 Added tzdata also to the template alpine file
Signed-off-by: Fabio Kruger <krufab@gmail.com>
1 parent 3a9dc86 commit ac3c819

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)