1 FROM registry.fedoraproject.org/fedora:33
3 # Please keep this list sorted alphabetically
23 mingw32-libjpeg-turbo \
38 RUN dnf install -y $PACKAGES
39 RUN rpm -q $PACKAGES | sort > /packages.txt
41 # Specify the cross prefix for this image (see tests/docker/common.rc)
42 ENV QEMU_CONFIGURE_OPTS --cross-prefix=i686-w64-mingw32-