aboutsummaryrefslogtreecommitdiff
path: root/tests/docker/dockerfiles/debian-mips64-cross.docker
blob: 1a79505d696aaeadc0efa7650a4fd1df4cd02146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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