migration/rdma: Plug memory leaks in qemu_rdma_registration_stop()
[qemu/armbru.git] / tests / docker / dockerfiles / debian-arm64-test-cross.docker
bloba44e76d94211feef47a4470ceb769b53a6faae73
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