mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 10:16:42 +00:00
Merge 68acee487f into 5f58e8b5fe
This commit is contained in:
commit
adbfbbf409
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