1#
2# Cross compiler for cris system tests
3#
4
5FROM registry.fedoraproject.org/fedora:33
6ENV PACKAGES gcc-cris-linux-gnu
7RUN dnf install -y $PACKAGES
8RUN rpm -q $PACKAGES | sort > /packages.txt
9