There was an error while loading. Please reload this page.
1 parent 008e7c9 commit 39c79fbCopy full SHA for 39c79fb
1 file changed
Containerfile
@@ -19,6 +19,7 @@ RUN mkdir -p /etc/containers/networks
19
RUN dnf install -y dnf-plugins-core \
20
&& dnf copr enable -y @osbuild/osbuild \
21
&& dnf install -y libxcrypt-compat wget osbuild osbuild-ostree osbuild-depsolve-dnf osbuild-lvm2 openssl subscription-manager \
22
+ qemu-system-x86 \
23
&& dnf clean all
24
25
COPY --from=builder /build/bin/image-builder /usr/bin/
0 commit comments