]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
add tzdata
authorDylan William Hardison <dylan@hardison.net>
Sun, 6 Aug 2017 19:15:51 +0000 (15:15 -0400)
committerDylan William Hardison <dylan@hardison.net>
Sun, 6 Aug 2017 19:15:51 +0000 (15:15 -0400)
Dockerfile

index 397845db65ce8fd829080cd29063e2ef36493031..2e9b67461407829d6bd3792be64c3e51ddf33a42 100644 (file)
@@ -4,6 +4,7 @@ MAINTAINER Dylan Hardison <dylan@hardison.net>
 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 \