Prepare for the release
This commit is contained in:
parent
7d21ca0029
commit
43529375f6
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
FROM ubuntu:14.04.3
|
FROM ubuntu:14.04
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get -y upgrade \
|
&& DEBIAN_FRONTEND=noninteractive apt-get -y upgrade \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get -y install strongswan iptables uuid-runtime \
|
&& 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
|
RUN rm /etc/ipsec.secrets
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue