libvirt/Dockerfile.qemu

6 lines
153 B
Docker
Raw Normal View History

2023-12-27 00:31:19 +00:00
curl -LJO https://download.qemu.org/qemu-8.2.0.tar.xz && \
tar xvJf qemu-8.2.0.tar.xz && \
cd qemu-8.2.0 && \
./configure && \
make && \