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.
2 parents 34c0696 + ac3c819 commit 459489dCopy full SHA for 459489d
Dockerfile-alpine.template
@@ -2,7 +2,8 @@ FROM php:7.4-%%VARIANT%%
2
3
# docker-entrypoint.sh dependencies
4
RUN apk add --no-cache \
5
- bash
+ bash \
6
+ tzdata
7
8
# Install dependencies
9
RUN set -ex; \
0 commit comments