Skip to content

Commit 9a5b740

Browse files
committed
Don't use libvirt-devel to build libvirt binary
This shouldn't be required any more because we no longer link to libvirt itself.
1 parent 41e45bd commit 9a5b740

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

images/libvirt/Dockerfile.ci

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ FROM registry.ci.openshift.org/ocp/4.16:installer-terraform-providers as provide
66

77
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS builder
88
ARG TAGS="libvirt"
9-
RUN yum install -y libvirt-devel && \
10-
yum clean all && rm -rf /var/cache/yum/*
119
WORKDIR /go/src/github.com/openshift/installer
1210
COPY . .
1311
COPY --from=providers /go/src/github.com/openshift/installer/terraform/bin/ terraform/bin/

0 commit comments

Comments
 (0)