diff --git a/Containerfile b/Containerfile index 7b322412750..cfc9aee9586 100644 --- a/Containerfile +++ b/Containerfile @@ -133,6 +133,9 @@ RUN wget https://copr.fedorainfracloud.org/coprs/ganto/lxc4/repo/fedora-"${FEDOR RUN /tmp/build.sh && \ /tmp/image-info.sh +## power-profiles-daemon with amd p-state support, remove when this is upstream +RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:ublue-os:staging power-profiles-daemon + RUN wget https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 -O /tmp/docker-compose && \ install -c -m 0755 /tmp/docker-compose /usr/bin