summaryrefslogblamecommitdiffstats
path: root/tests/docker/dockerfiles/debian-mips64-cross.docker
blob: 09c2ba584e51506bba0ab4c33e6578273332fe32 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                              
                                                            
 
                  
 


                                              

                                   
#
# 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