From af6bbd7d3c36a0d4121e57fcf369223fcaa0a263 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sun, 6 Aug 2017 15:15:51 -0400 Subject: [PATCH] add tzdata --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.47.2