From 1c948645f1958a07d0a7656e34d820e5d7363725 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Tue, 14 Dec 2021 12:40:03 -0800 Subject: [PATCH] spacing --- deploy/kicbase/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kicbase/Dockerfile b/deploy/kicbase/Dockerfile index 1dcf7411cc..b5e713c276 100644 --- a/deploy/kicbase/Dockerfile +++ b/deploy/kicbase/Dockerfile @@ -165,7 +165,7 @@ RUN export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/' | sed 's/ RUN export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/') && \ sh -c "echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list" && \ curl -LO https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_20.04/Release.key && \ - apt-key add - < Release.key && \ + apt-key add - < Release.key && \ if [ "$ARCH" != "ppc64le" ]; then \ clean-install containers-common catatonit conmon containernetworking-plugins cri-tools podman-plugins crun; \ else \