This commit is contained in:
Bogdan 2023-12-21 11:50:32 +00:00 committed by GitHub
commit adbfbbf409
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