1e100a967SAlex Bennée# 2e100a967SAlex Bennée# Docker cross-compiler target 3e100a967SAlex Bennée# 4e100a967SAlex Bennée# This docker target builds on the debian sid base image which 5e100a967SAlex Bennée# contains cross compilers for Debian "ports" targets. 6e100a967SAlex Bennée# 7e100a967SAlex BennéeFROM qemu:debian-sid 8e100a967SAlex Bennée 9*98808c3dSPhilippe Mathieu-DaudéRUN apt update && \ 10*98808c3dSPhilippe Mathieu-Daudé DEBIAN_FRONTEND=noninteractive eatmydata \ 11*98808c3dSPhilippe Mathieu-Daudé apt install -y --no-install-recommends \ 12e100a967SAlex Bennée gcc-riscv64-linux-gnu \ 13e100a967SAlex Bennée libc6-dev-riscv64-cross 14