diff --git a/Containerfile b/Containerfile index 1d5dbc9d..f0e27986 100644 --- a/Containerfile +++ b/Containerfile @@ -178,8 +178,11 @@ RUN rpm-ostree override remove \ ublue-os-update-services \ firefox \ firefox-langpacks \ - htop \ - power-profiles-daemon + htop && \ + if ! [[ "${IMAGE_FLAVOR}" =~ "framework" ]]; then \ + rpm-ostree override remove \ + power-profiles-daemon \ + ; fi # Install new packages RUN rpm-ostree install \