From 12681bb221806d76cf742b6646cc17db1f4c7296 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 3 Dec 2018 14:04:00 +0100 Subject: [PATCH] typo in tar command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d05b7b..a30bd7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="Sebastian Hugentobler " ENV S6_OVERLAY_VERSION=v1.21.7.0 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 wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C / RUN apk --no-cache upgrade