From c9ccd9de08a895433fdc5003287122122faf9675 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 28 Jul 2017 10:11:37 +0200 Subject: [PATCH] update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7a8790..e979f49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,9 @@ MAINTAINER Sebastian Hugentobler ENV S6_OVERLAY_VERSION=v1.19.1.1 -RUN apk --no-cache add libressl syslog-ng -RUN wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C / -RUN apk del libressl +RUN apk --no-cache add libressl syslog-ng && \ + wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C / && \ + apk del libressl ADD /rootfs /