aboutsummaryrefslogtreecommitdiff
path: root/tests/docker/dockerfiles/fedora-cris-cross.docker
blob: b168ada615ac7458a34edc336736818ee777ebd8 (plain)
1
2
3
4
5
6
7
8
#
# 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