Dockerfile: install xz-utils before extracting QEMU (closes #56)

This commit is contained in:
Bogdan 2023-12-21 12:49:18 +01:00 committed by GitHub
parent 5f58e8b5fe
commit 68acee487f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ RUN gpg --keyserver keyserver.ubuntu.com --recv-keys CEACC9E15534EBABB82D3FA0335
RUN gpg --verify "${QEMU_TARBALL}.sig" "${QEMU_TARBALL}"
RUN # Extract source tarball
RUN apt-get -y install pkg-config
RUN apt-get -y install pkg-config xz-utils
RUN tar xvf "${QEMU_TARBALL}"
RUN # Build source