dockerfile: upgrade to `sameersbn/ubuntu:14.04.20150604`

pull/11/head
Sameer Naik 2015-06-04 10:45:54 +05:30
parent 438a1445d9
commit 43959e5afe
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM sameersbn/ubuntu:14.04.20150603
FROM sameersbn/ubuntu:14.04.20150604
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/* # 20150603
&& rm -rf /var/lib/apt/lists/* # 20150604
ADD start /start
RUN chmod 755 /start