mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-07-18 00:44:51 +00:00
Dockerfile: install xz-utils before extracting QEMU (closes #56)
This commit is contained in:
parent
5f58e8b5fe
commit
68acee487f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue