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