diff --git a/Dockerfile b/Dockerfile index 9333c2f..e893ae1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM sameersbn/ubuntu:12.04.20140812 MAINTAINER sameer@damagehead.com ENV WEBMIN_VERSION 1.690 -RUN apt-get update && \ +RUN rm -rf /etc/apt/apt.conf.d/docker-gzip-indexes && \ + apt-get update && \ apt-get install -y bind9 perl libnet-ssleay-perl openssl \ libauthen-pam-perl libpam-runtime libio-pty-perl \ apt-show-versions python && \