blob: 91c373fdd3eda7f81a125c2e30d70f446fe17211 [file] [log] [blame]
#
# Cross compiler for cris system tests
#
FROM registry.fedoraproject.org/fedora:33
ENV PACKAGES gcc-cris-linux-gnu
RUN dnf install -y $PACKAGES
RUN rpm -q $PACKAGES | sort > /packages.txt