Dockerfile: qemu-x86_64 is needed for Amlogic builds on ARM

This commit is contained in:
Johan Gunnarsson 2023-07-02 12:54:51 +02:00
parent 46eaa0b105
commit ab766b14be
1 changed files with 1 additions and 0 deletions

View File

@ -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 \