removing pre-installed ipsec.secrets file during build. will be created on first run
This commit is contained in:
parent
404ac49a50
commit
0446e53e4d
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
FROM ubuntu:16.04
|
FROM ubuntu:16.04
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get -y install strongswan iptables uuid-runtime ndppd openssl
|
&& DEBIAN_FRONTEND=noninteractive apt-get -y install strongswan iptables uuid-runtime ndppd openssl \
|
||||||
|
&& rm /etc/ipsec.secrets
|
||||||
|
|
||||||
ADD ./etc/* /etc/
|
ADD ./etc/* /etc/
|
||||||
ADD ./bin/* /usr/bin/
|
ADD ./bin/* /usr/bin/
|
||||||
|
|
Loading…
Reference in a new issue