Skip to content

Commit 8139c26

Browse files
author
Kevin Allioli
committed
Update container image
1 parent e734515 commit 8139c26

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ ENV LIBGUESTFS_BACKEND=direct \
1616

1717
# Installing dependencies and cleaning up in a single step to reduce image size
1818
RUN dnf -y update && \
19+
dnf -y install epel-release && \
20+
dnf config-manager --set-enabled crb && \
1921
dnf -y install --allowerasing --setopt=install_weak_deps=False --nodocs \
2022
# Virtualization tools
2123
qemu-img \
2224
qemu-kvm \
2325
libguestfs \
2426
libguestfs-tools-c \
2527
virt-v2v \
26-
libvirt-daemon-kvm \
2728
# System and network tools
2829
curl \
2930
tar \

0 commit comments

Comments
 (0)