From: Dylan William Hardison Date: Sun, 6 Aug 2017 19:15:51 +0000 (-0400) Subject: add tzdata X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af6bbd7d3c36a0d4121e57fcf369223fcaa0a263;p=thirdparty%2Fbugzilla.git add tzdata --- diff --git a/Dockerfile b/Dockerfile index 397845db65..2e9b674614 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ MAINTAINER Dylan Hardison RUN apk --update add perl curl wget \ make gcc g++ \ perl-dev \ + tzdata \ libevent-dev \ libc-dev \ expat-dev \ @@ -24,6 +25,7 @@ RUN perl checksetup.pl --cpanm='all -oracle -auth_radius -auth_ldap' FROM alpine:3.6 RUN apk --update --no-cache add \ + tzdata \ curl \ wget \ perl \