removing errant continuation.

This commit is contained in:
Andrew Davidson 2019-05-11 07:19:22 -04:00
parent 5b0f3e64df
commit 076434917c

View file

@ -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