From 2d29bca704e2bffdfd85853de600dce52a151979 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 22 Aug 2022 11:54:14 -0600 Subject: [PATCH] drop catatonit --- containers/testnode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/testnode/Dockerfile b/containers/testnode/Dockerfile index 49e614a22e..cf58b07d75 100644 --- a/containers/testnode/Dockerfile +++ b/containers/testnode/Dockerfile @@ -1,7 +1,7 @@ FROM quay.io/centos/centos:stream8 RUN dnf -y update && \ dnf -y reinstall shadow-utils && \ - dnf -y install podman catatonit --exclude container-selinux + dnf -y install podman --exclude container-selinux RUN useradd podman; \ echo podman:0:5000 > /etc/subuid; \ echo podman:0:5000 > /etc/subgid; \ -- 2.39.5