From 417c0abd8344fc078a847aaabf34f9bc84c81f48 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 25 Dec 2023 14:04:00 -0500 Subject: [PATCH] feat: add patched power-profiles-daemon https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/merge_requests/127 --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) 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