Bust apt-get caches
This commit is contained in:
parent
ef587c55b5
commit
a6f20c1e62
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue