Dockerfile: Add qemu-system-arm

This commit is contained in:
Johan Gunnarsson 2021-08-01 22:47:30 +02:00
parent 0c8acf53d1
commit a82903ec52
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN apt-get update && \
debian-archive-keyring \ debian-archive-keyring \
ca-certificates \ ca-certificates \
qemu-user-static \ qemu-user-static \
qemu-system-arm \
device-tree-compiler \ device-tree-compiler \
gcc \ gcc \
gcc-arm-none-eabi \ gcc-arm-none-eabi \