qemu-e2k/tests/docker/dockerfiles/fedora-cris-cross.docker
Alex Bennée 824ad15f1c tests/docker: add fedora-cris-cross compilers
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2019-03-12 17:05:21 +00:00

9 lines
168 B
Docker

#
# Cross compiler for cris system tests
#
FROM fedora:latest
ENV PACKAGES gcc-cris-linux-gnu
RUN dnf install -y $PACKAGES
RUN rpm -q $PACKAGES | sort > /packages.txt