summaryrefslogblamecommitdiffstats
path: root/tests/docker/dockerfiles/debian-riscv64-test-cross.docker
blob: 1d909012980f919ed7cea2725487657e47515a5d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                              
#
# Docker cross-compiler target
#
# This docker target builds on the Debian Bullseye base image.
#
FROM qemu/debian11

RUN apt update && \
    DEBIAN_FRONTEND=noninteractive eatmydata \
    apt install -y --no-install-recommends \
        gcc-riscv64-linux-gnu \
        libc6-dev-riscv64-cross