From 251ac6befcc49288b03e44ba354701e4ea1554e2 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 15 Aug 2022 11:09:05 -0600 Subject: [PATCH] testnode drop fuse, add catatonit --- containers/testnode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/testnode/Dockerfile b/containers/testnode/Dockerfile index 69c2bf9ec4..88c3f9d516 100644 --- a/containers/testnode/Dockerfile +++ b/containers/testnode/Dockerfile @@ -1,7 +1,7 @@ FROM quay.io/centos/centos:stream9 RUN dnf -y update && \ dnf -y reinstall shadow-utils && \ - dnf -y install podman fuse-overlayfs --exclude container-selinux + dnf -y install podman catatonit --exclude container-selinux RUN useradd podman; \ echo podman:0:5000 > /etc/subuid; \ echo podman:0:5000 > /etc/subgid; \ -- 2.39.5