From a1d45f39a20f913eea481762f442ab7dcdb79bc7 Mon Sep 17 00:00:00 2001 From: amdavidson Date: Fri, 10 May 2019 12:10:57 -0400 Subject: [PATCH] Removing apt upgrade statement from dockerfile Fixes #3 --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 601053a..a42ddc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,7 @@ FROM ubuntu:16.04 RUN apt-get update \ - && DEBIAN_FRONTEND=noninteractive apt-get -y upgrade \ && DEBIAN_FRONTEND=noninteractive apt-get -y install strongswan iptables uuid-runtime ndppd openssl \ - && rm -rf /var/lib/apt/lists/* # cache busted 20160406.1 RUN rm /etc/ipsec.secrets RUN mkdir /config