add tzdata package

This commit is contained in:
sparklyballs 2016-10-21 21:17:36 +01:00
parent 93c6dd7da5
commit 02abde5715

View File

@ -19,9 +19,13 @@ ARG BUILD_PACKAGES="\
cabal-install \
git"
# install build packages
# install runtime packages
RUN \
apt-get update && \
apt-get install -y \
tzdata && \
# install build packages
apt-get install -y \
$BUILD_PACKAGES && \