There was an error while loading. Please reload this page.
1 parent e734515 commit 8139c26Copy full SHA for 8139c26
1 file changed
Dockerfile
@@ -16,14 +16,15 @@ ENV LIBGUESTFS_BACKEND=direct \
16
17
# Installing dependencies and cleaning up in a single step to reduce image size
18
RUN dnf -y update && \
19
+ dnf -y install epel-release && \
20
+ dnf config-manager --set-enabled crb && \
21
dnf -y install --allowerasing --setopt=install_weak_deps=False --nodocs \
22
# Virtualization tools
23
qemu-img \
24
qemu-kvm \
25
libguestfs \
26
libguestfs-tools-c \
27
virt-v2v \
- libvirt-daemon-kvm \
28
# System and network tools
29
curl \
30
tar \
0 commit comments