Bust apt-get caches

This commit is contained in:
Mengdi Gao 2015-11-28 00:44:30 +08:00
parent ef587c55b5
commit a6f20c1e62

View file

@ -3,7 +3,7 @@ FROM ubuntu:14.04.3
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get -y upgrade \
&& DEBIAN_FRONTEND=noninteractive apt-get -y install strongswan iptables uuid-runtime \
&& rm -rf /var/lib/apt/lists/* # cache busted 20151028.1
&& rm -rf /var/lib/apt/lists/* # cache busted 20151128.1
RUN rm /etc/ipsec.secrets