dockerfile: upgrade to `sameersbn/ubuntu:14.04.20150603`

pull/11/head
Sameer Naik 2015-06-03 12:02:18 +05:30
parent f780f48f5a
commit 438a1445d9
1 changed files with 2 additions and 2 deletions

View File

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