fix installation of apt-show-versions package

pull/2/head
Sameer Naik 2014-08-12 22:28:50 +05:30
parent e6fd169f47
commit d695d6e151
1 changed files with 2 additions and 1 deletions

View File

@ -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 && \