Skip to content

Commit

Permalink
postfixadmin#24 ADded tzdata package
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Kruger <[email protected]>
  • Loading branch information
Fabio Kruger committed Mar 27, 2020
1 parent 4791374 commit b024827
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ LABEL maintainer="David Goodwin <[email protected]> (@DavidGoodwin)"
# docker-entrypoint.sh dependencies
RUN apk add --no-cache \
bash \
coreutils
coreutils \
tzdata

# Install required PHP extensions
RUN set -ex; \
Expand Down

0 comments on commit b024827

Please sign in to comment.