This commit is contained in:
Goutham S Krishna 2024-09-04 10:47:25 +00:00 committed by GitHub
commit b2e7061990
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,11 +19,12 @@ RUN gpg --verify "${QEMU_TARBALL}.sig" "${QEMU_TARBALL}"
RUN # Extract source tarball
RUN apt-get -y install pkg-config
RUN apt-get install xz-utils # Required to extract .tar.xz
RUN tar xvf "${QEMU_TARBALL}"
RUN # Build source
# These seem to be the only deps actually required for a successful build
RUN apt-get -y install python build-essential libglib2.0-dev libpixman-1-dev ninja-build
RUN apt-get -y install python3 build-essential libglib2.0-dev libpixman-1-dev ninja-build
# These don't seem to be required but are specified here: https://wiki.qemu.org/Hosts/Linux
RUN apt-get -y install libfdt-dev zlib1g-dev
# Not required or specified anywhere but supress build warnings