From 3cfa3df10ca7ce658ef3242499716946a0016878 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sat, 9 Jul 2022 00:57:28 +0200 Subject: [PATCH] Remove unecessary space --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 402563a..ba81fa7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ FROM --platform=${TARGETPLATFORM} alpine:3.16 AS bbkcli # See: http://www.bredbandskollen.se/bredbandskollen-cli/ ARG BBKCLI_VERSION - ARG TARGETPLATFORM RUN case ${TARGETPLATFORM} in \ "linux/amd64") BBKCLI_ARCH=amd64 ;; \