removing errant continuation.
This commit is contained in:
parent
5b0f3e64df
commit
076434917c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
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
|
||||||
|
|
||||||
RUN rm /etc/ipsec.secrets
|
RUN rm /etc/ipsec.secrets
|
||||||
RUN mkdir /config
|
RUN mkdir /config
|
||||||
|
|
Loading…
Reference in a new issue