mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 02:14:37 +00:00
Remove duplicate dependency
This commit is contained in:
parent
d4f5440e7e
commit
ce3f4e8c38
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ RUN apt-get -y install python build-essential libglib2.0-dev libpixman-1-dev
|
|||
# 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
|
||||
RUN apt-get -y install pkg-config flex bison
|
||||
RUN apt-get -y install flex bison
|
||||
RUN "qemu-${QEMU_VERSION}/configure" --static --target-list=arm-softmmu
|
||||
RUN make -j$(nproc)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue