xen: add a mechanism to automatically create XenDevice-s...
[qemu.git] / tests / docker / dockerfiles / debian-alpha-cross.docker
blob29a25d0dfd8a699dc817f7fe11b0a2ac2b64f3a2
2 # Docker cross-compiler target
4 # This docker target builds on the debian sid base image which
5 # contains cross compilers for Debian "ports" targets.
7 FROM qemu:debian-sid
9 RUN DEBIAN_FRONTEND=noninteractive eatmydata \
10     apt-get install -y --no-install-recommends \
11         gcc-alpha-linux-gnu \
12         libc6.1-dev-alpha-cross || { echo "Failed to build - see debian-sid.docker notes"; exit 1; }