]> Git Repo - qemu.git/blob - tests/docker/dockerfiles/debian-riscv64-cross.docker
tests/docker: Install Sphinx in the Debian images
[qemu.git] / tests / docker / dockerfiles / debian-riscv64-cross.docker
1 #
2 # Docker cross-compiler target
3 #
4 # This docker target builds on the debian sid base image which
5 # contains cross compilers for Debian "ports" targets.
6 #
7 FROM qemu:debian-sid
8
9 RUN DEBIAN_FRONTEND=noninteractive eatmydata \
10     apt-get install -y --no-install-recommends \
11         gcc-riscv64-linux-gnu \
12         libc6-dev-riscv64-cross
This page took 0.025244 seconds and 4 git commands to generate.