Skip to content

Commit

Permalink
Add tzdata to Dockerfile for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Mar 3, 2019
1 parent d7b1eaa commit e2dbd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.hub
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine
MAINTAINER Victor Castell <victor@victorcastell.com>

RUN set -x \
&& buildDeps='bash ca-certificates openssl' \
&& buildDeps='bash ca-certificates openssl tzdata' \
&& apk add --update $buildDeps \
&& rm -rf /var/cache/apk/* \
&& mkdir -p /opt/local/dkron
Expand Down

0 comments on commit e2dbd1c

Please sign in to comment.