Dockerfile: qemu-x86_64 is needed for Amlogic builds on ARM
This commit is contained in:
parent
46eaa0b105
commit
ab766b14be
|
|
@ -6,6 +6,7 @@ RUN apt-get update && \
|
|||
install debootstrap \
|
||||
debian-archive-keyring \
|
||||
ca-certificates \
|
||||
qemu-user \
|
||||
qemu-user-static \
|
||||
qemu-system-arm \
|
||||
qemu-system-x86 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue