From d7c01ad556da00938892ece5e23691b18c2e66e0 Mon Sep 17 00:00:00 2001 From: Ryan Clark Date: Wed, 22 Sep 2021 20:57:12 +0000 Subject: [PATCH] updated s6 curl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0471207..0b6420b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -168,7 +168,7 @@ RUN debArch=$(dpkg --print-architecture) && \ ppc64le) s6Arch='ppc64le' ;; \ *) echo >&2 "Error: unsupported architecture ($debArch)"; exit 1 ;; \ esac; \ - curl -sSLk https://github.com/just-containers/s6-overlay/releases/download/${S6_OVERLAY_VERSION}/s6-overlay-${s6Arch}.tar.gz | tar xfz - --strip 0 -C / && \ + curl -sSLk https://github.com/just-containers/s6-overlay/releases/download/${S6_OVERLAY_VERSION}/s6-overlay-${s6Arch}.tar.gz | tar xvfz - --strip 0 -C / && \ \ ### Cleanup mkdir -p /assets/cron && \