Skip to content

Commit

Permalink
postfixadmin#24 Added package tzdata also to Dockerfile-alpine.template
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 29, 2020
1 parent b024827 commit 4f35868
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile-alpine.template
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 4f35868

Please sign in to comment.