switch to sameersbn/debian:jessie.20140918 baseimage
parent
4d0af6d2be
commit
7e7930d297
|
@ -1,4 +1,4 @@
|
||||||
FROM sameersbn/ubuntu:14.04.20140818
|
FROM sameersbn/debian:jessie.20140918
|
||||||
MAINTAINER sameer@damagehead.com
|
MAINTAINER sameer@damagehead.com
|
||||||
|
|
||||||
ENV WEBMIN_VERSION 1.700
|
ENV WEBMIN_VERSION 1.700
|
||||||
|
@ -6,10 +6,10 @@ RUN rm -rf /etc/apt/apt.conf.d/docker-gzip-indexes && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y bind9 perl libnet-ssleay-perl openssl \
|
apt-get install -y bind9 perl libnet-ssleay-perl openssl \
|
||||||
libauthen-pam-perl libpam-runtime libio-pty-perl \
|
libauthen-pam-perl libpam-runtime libio-pty-perl \
|
||||||
apt-show-versions python && \
|
apt-show-versions python pwgen && \
|
||||||
wget "http://prdownloads.sourceforge.net/webadmin/webmin_${WEBMIN_VERSION}_all.deb" -P /tmp/ && \
|
wget "http://prdownloads.sourceforge.net/webadmin/webmin_${WEBMIN_VERSION}_all.deb" -P /tmp/ && \
|
||||||
dpkg -i /tmp/webmin_${WEBMIN_VERSION}_all.deb && rm -rf /tmp/webmin_${WEBMIN_VERSION}_all.deb && \
|
dpkg -i /tmp/webmin_${WEBMIN_VERSION}_all.deb && rm -rf /tmp/webmin_${WEBMIN_VERSION}_all.deb && \
|
||||||
rm -rf /var/lib/apt/lists/* # 20140818
|
rm -rf /var/lib/apt/lists/* # 20140918
|
||||||
|
|
||||||
ADD start /start
|
ADD start /start
|
||||||
RUN chmod 755 /start
|
RUN chmod 755 /start
|
||||||
|
|
Loading…
Reference in New Issue