blob: 2b2e64cee66ffeb1b312d7207c5432db1c17b684 [file] [log] [blame]
#
# 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