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 6c9a35d + 3a9dc86 commit 34c0696Copy full SHA for 34c0696
fpm-alpine/Dockerfile
@@ -2,7 +2,8 @@ FROM php:7.4-fpm-alpine
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