apt-get clean is now redundant, see https://github.com/docker-library/buildpack-deps/pull/1
parent
ee9a793407
commit
b69f5f53bb
|
@ -9,7 +9,7 @@ RUN rm -rf /etc/apt/apt.conf.d/docker-gzip-indexes && \
|
|||
apt-show-versions python && \
|
||||
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 && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/* # 20140818
|
||||
rm -rf /var/lib/apt/lists/* # 20140818
|
||||
|
||||
ADD start /start
|
||||
RUN chmod 755 /start
|
||||
|
|
Loading…
Reference in New Issue