From ca8847a13d1afeeb52104db682f9b63a3a0da0f1 Mon Sep 17 00:00:00 2001 From: Alex <33379584+alexyao2015@users.noreply.github.com> Date: Fri, 21 Jan 2022 14:40:41 -0600 Subject: [PATCH] Fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9194e87..a236b7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ ARG S6_OVERLAY_VERSION WORKDIR /s6downloader RUN set -x \ - && wget -O /tmp/s6-overlay.tar.gz "https://github.com/just-containers/s6-overlay/releases/${S6_OVERLAY_VERSION}/download/s6-overlay-${S6_ARCH}.tar.gz" \ + && wget -O /tmp/s6-overlay.tar.gz "https://github.com/just-containers/s6-overlay/releases/download/${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.gz" \ && mkdir -p /tmp/s6 \ && tar zxvf /tmp/s6-overlay.tar.gz -C /tmp/s6 \ && cp -r /tmp/s6/* .