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