From 94c919a6e2ca2e2df04adcb94570cec42aa8d992 Mon Sep 17 00:00:00 2001 From: Martin Necas Date: Mon, 9 Dec 2024 14:04:21 +0100 Subject: [PATCH] KFLUXMIG-86 | Remove graphviz from Dockerfile deps We no longer need the graphviz, removing from deps. Signed-off-by: Martin Necas --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fccb9b..34d0e33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM quay.io/openshift/origin-must-gather:4.18 as builder FROM registry.access.redhat.com/ubi9-minimal RUN echo -ne "[centos-9-stream-appstream]\nname = CentOS 9 Stream (RPMs) - AppStream\nbaseurl = https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/\nenabled = 1\ngpgcheck = 0" > /etc/yum.repos.d/centos.repo -RUN microdnf -y install rsync tar gzip graphviz jq findutils +RUN microdnf -y install rsync tar gzip jq findutils COPY --from=builder /usr/bin/oc /usr/bin/oc COPY collection-scripts/* /usr/bin/