dockerfile: upgrade to `sameersbn/ubuntu:14.04.20150613

pull/11/head
Sameer Naik 2015-06-13 13:09:02 +05:30
parent 43959e5afe
commit c579e49ab8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM sameersbn/ubuntu:14.04.20150604
FROM sameersbn/ubuntu:14.04.20150613
MAINTAINER sameer@damagehead.com
ENV WEBMIN_VERSION 1.740
@ -10,7 +10,7 @@ RUN rm -rf /etc/apt/apt.conf.d/docker-gzip-indexes \
&& 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 \
&& rm -rf /var/lib/apt/lists/* # 20150604
&& rm -rf /var/lib/apt/lists/* # 20150613
ADD start /start
RUN chmod 755 /start