Skip to content
This repository was archived by the owner on Sep 1, 2026. It is now read-only.

Commit 39c79fb

Browse files
committed
Containerfile: install qemu in container
Fix failing of osbuild/pipeline.py with an error `Can't find qemu binary` by installing qemu-system-x86.
1 parent 008e7c9 commit 39c79fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN mkdir -p /etc/containers/networks
1919
RUN dnf install -y dnf-plugins-core \
2020
&& dnf copr enable -y @osbuild/osbuild \
2121
&& dnf install -y libxcrypt-compat wget osbuild osbuild-ostree osbuild-depsolve-dnf osbuild-lvm2 openssl subscription-manager \
22+
qemu-system-x86 \
2223
&& dnf clean all
2324

2425
COPY --from=builder /build/bin/image-builder /usr/bin/

0 commit comments

Comments
 (0)