fix installation of apt-show-versions package
parent
e6fd169f47
commit
d695d6e151
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue