]> git.proxmox.com Git - mirror_qemu.git/blob - tests/docker/dockerfiles/debian-mips-cross.docker
Deprecate 32 bit big-endian MIPS
[mirror_qemu.git] / tests / docker / dockerfiles / debian-mips-cross.docker
1 #
2 # Docker mips cross-compiler target
3 #
4 # This docker target builds on the Debian Bullseye base image.
5 #
6 FROM docker.io/library/debian:11-slim
7
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-mips-linux-gnu \
14 libc6-dev-mips-cross