From 076434917c3fdd2b56e7fc0dbbd76b6bfda47d5a Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Sat, 11 May 2019 07:19:22 -0400 Subject: [PATCH] removing errant continuation. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a42ddc9..d677a3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:16.04 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 mkdir /config