Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/docker/dockerfiles/debian-alpha-cross.docker
2023-03-06 14:48:14 +01:00

12 lines
292 B
Docker

#
# Docker cross-compiler target
#
# This docker target builds on the debian Buster base image.
#
FROM qemu/debian10
RUN apt update && \
DEBIAN_FRONTEND=noninteractive eatmydata \
apt install -y --no-install-recommends \
gcc-alpha-linux-gnu \
libc6.1-dev-alpha-cross