Skip to content

Commit

Permalink
enable repo to install libguestfs-devel
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto González <[email protected]>
  • Loading branch information
ernesgonzalez33 authored and mnecas committed Oct 18, 2024
1 parent 2ded6f9 commit 1b28fea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/virt-v2v/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ENV LIBGUESTFS_BACKEND direct

RUN subscription-manager register --org $(cat "/activation-key/org") --activationkey $(cat "/activation-key/activationkey")

RUN subscription-manager repos --enable=codeready-builder-for-rhel-9-x86_64-rhui-rpms

RUN dnf update -y && \
dnf install -y --setopt=install_weak_deps=False \
qemu-img \
Expand Down

0 comments on commit 1b28fea

Please sign in to comment.