Skip to content

CI: Fix Docker image generation

Philip Chimento requested to merge ptomato/gjs:fix-docker-image into master

Generation of Docker images based on the fedora:rawhide image was failing with the message "Error: Failed to synchronize cache for repo 'rawhide-modular'". This seems to be a bug in Fedora. The workaround is to add --disable-repo=rawhide-modular to every dnf command.

Merge request reports