Skip to content

Don't clean yum cache after dnf run

FeRD (Frank Dana) requested to merge ferdnyc/devdocsgjs:yum-really into gnome

The Dockerfile is following up dnf transactions by scrubbing /var/cache/yum, which is less than useful as /var/cache/yum hasn't been touched in years. All of the leftover files in there on my local machine are from early 2018.

Change to /var/cache/dnf, which is used.

Merge request reports