pull/14230/head
Sharif Elgamal 2022-05-26 13:22:47 -07:00
parent e92ad5f7f9
commit e15f3bca50
1 changed files with 2 additions and 2 deletions

View File

@ -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 catatonit conmon containernetworking-plugins cri-tools podman-plugins crun; \
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