aboutsummaryrefslogtreecommitdiff
path: root/tests/docker/dockerfiles/debian-riscv64-cross.docker
blob: 2b2e64cee66ffeb1b312d7207c5432db1c17b684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Docker cross-compiler target
#
# This docker target builds on the debian sid base image which
# contains cross compilers for Debian "ports" targets.
#
FROM qemu:debian-sid

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