From 404ac49a50faf151e77e948782f6c5fa5e24ab59 Mon Sep 17 00:00:00 2001 From: amdavidson Date: Wed, 15 May 2019 06:13:29 -0400 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20store=20the=20config=20file=20o?= =?UTF-8?q?n=20a=20separate=20volume?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c5a06a1..aeb4d4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,10 +3,6 @@ FROM ubuntu:16.04 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get -y install strongswan iptables uuid-runtime ndppd openssl -RUN rm /etc/ipsec.secrets -RUN mkdir /config -RUN (cd /etc && ln -s /config/ipsec.secrets .) - ADD ./etc/* /etc/ ADD ./bin/* /usr/bin/