Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/docker/dockerfiles/debian-mips64-cross.docker

13 lines
297 B
Docker
Raw Normal View History

2023-03-06 14:48:14 +01:00
#
# Docker cross-compiler target
#
# This docker target builds on the debian Buster base image.
#
FROM qemu/debian10
RUN apt update && \
DEBIAN_FRONTEND=noninteractive eatmydata \
apt install -y --no-install-recommends \
gcc-mips64-linux-gnuabi64 \
libc6-dev-mips64-cross