Skip to content

Commit

Permalink
Bust apt-get caches
Browse files Browse the repository at this point in the history
  • Loading branch information
gaomd committed Nov 27, 2015
1 parent ef587c5 commit a6f20c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a6f20c1

Please sign in to comment.