Prepare for the release

This commit is contained in:
Mengdi Gao 2016-04-06 00:24:08 +08:00
parent 7d21ca0029
commit 43529375f6

View file

@ -1,9 +1,9 @@
FROM ubuntu:14.04.3
FROM ubuntu:14.04
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 20151128.1
&& rm -rf /var/lib/apt/lists/* # cache busted 20160406.1
RUN rm /etc/ipsec.secrets