Skip to content

Commit

Permalink
KFLUXMIG-86 | Remove graphviz from Dockerfile deps
Browse files Browse the repository at this point in the history
We no longer need the graphviz, removing from deps.

Signed-off-by: Martin Necas <[email protected]>
  • Loading branch information
mnecas committed Dec 9, 2024
1 parent c3c6e0f commit 9170695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 9170695

Please sign in to comment.