]> git.proxmox.com Git - mirror_qemu.git/blob - tests/docker/dockerfiles/debian-sh4-cross.docker
tests/docker: move our sh4 cross compile to Buster
[mirror_qemu.git] / tests / docker / dockerfiles / debian-sh4-cross.docker
1 #
2 # Docker cross-compiler target
3 #
4 # This docker target builds on the debian Buster base image.
5 #
6 FROM qemu:debian10
7
8 RUN apt update && \
9 DEBIAN_FRONTEND=noninteractive eatmydata \
10 apt install -y --no-install-recommends \
11 gcc-sh4-linux-gnu \
12 libc6-dev-sh4-cross