Skip to content

Remove linux-firmware after installing OSTree

Sam Thursfield requested to merge sam/remove-linux-firmware-package into master

The 'ostree' package on Fedora pulls in the 'linux-firmware' package as a recommended dependency. This package isn't useful inside a container system, and it adds over 200MB to the image so we should make the effort to remove it. This reduces the size of the base image by about 25% :-)

Merge request reports