From 818dfd65154a4302b17cc8bd102badc9b72526d6 Mon Sep 17 00:00:00 2001 From: Callum James Tait Date: Mon, 24 May 2021 22:48:51 +0100 Subject: [PATCH] chore: whitespace alignment --- runner/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runner/Dockerfile b/runner/Dockerfile index 996245de..e67fa777 100644 --- a/runner/Dockerfile +++ b/runner/Dockerfile @@ -43,8 +43,8 @@ RUN apt update -y \ && rm -rf /var/lib/apt/lists/* RUN export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) \ - && curl -L -o /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_${ARCH} \ - && chmod +x /usr/local/bin/dumb-init + && curl -L -o /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_${ARCH} \ + && chmod +x /usr/local/bin/dumb-init # Docker download supports arm64 as aarch64 & amd64 as x86_64 RUN set -vx; \