From 315aef0f15f6198badd27abb8de8bd371129302d Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Thu, 26 May 2022 13:12:36 -0700 Subject: [PATCH] revert unnecessary change --- deploy/kicbase/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/kicbase/Dockerfile b/deploy/kicbase/Dockerfile index f1fea1d304..979b9df48e 100644 --- a/deploy/kicbase/Dockerfile +++ b/deploy/kicbase/Dockerfile @@ -170,9 +170,9 @@ RUN export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/') && \ curl -LO https://downloadcontent.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_20.04/Release.key && \ apt-key add - < Release.key && \ if [ "$ARCH" != "ppc64le" ]; then \ - clean-install containers-common conmon containernetworking-plugins cri-tools crun podman-plugins catatonit; \ + clean-install containers-common catatonit conmon containernetworking-plugins cri-tools podman-plugins crun; \ else \ - clean-install containers-common conmon containernetworking-plugins crun; \ + clean-install containers-common conmon containernetworking-plugins crun; \ fi # install cri-o based on https://github.com/cri-o/cri-o/blob/release-1.22/README.md#installing-cri-o