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 3a9dc86 commit ac3c819Copy full SHA for ac3c819
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