target/mips: Move MUL opcode check from decode_mxu() to decode_legacy()
[qemu/ar7.git] / tests / docker / dockerfiles / debian-arm64-test-cross.docker
blob53a9012beb8a8dcebe416e45b0196933107e18a5
2 # Docker arm64 cross-compiler target (tests only)
4 # This docker target builds on the debian Bullseye base image.
6 FROM qemu/debian11
8 # Add the foreign architecture we want and install dependencies
9 RUN dpkg --add-architecture arm64
10 RUN apt update && \
11     DEBIAN_FRONTEND=noninteractive eatmydata \
12         apt install -y --no-install-recommends \
13         crossbuild-essential-arm64 gcc-10-aarch64-linux-gnu