Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / tests / docker / dockerfiles / debian-alpha-cross.docker
blob4eeb43c78ac8c3adabb8e87ec95d0145c9a79ad0
2 # Docker cross-compiler target
4 # This docker target builds on the Debian Bullseye base image.
6 FROM docker.io/library/debian:11-slim
8 RUN export DEBIAN_FRONTEND=noninteractive && \
9     apt-get update && \
10     apt-get install -y eatmydata && \
11     eatmydata apt-get dist-upgrade -y && \
12     eatmydata apt-get install --no-install-recommends -y \
13         gcc-alpha-linux-gnu \
14         libc6.1-dev-alpha-cross