Update Dockerfile

This commit is contained in:
sparklyballs 2016-10-21 11:01:36 +01:00 committed by GitHub
parent e5141bbef4
commit 358e6b1a63

View File

@ -19,9 +19,6 @@ ARG BUILD_PACKAGES="\
cabal-install \
git"
# Set the locale
RUN locale-gen en_US.iso88591
# install build packages
RUN \
apt-get update && \