diff --git a/lenovo-16arh7h/Containerfile b/lenovo-16arh7h/Containerfile index e6870b4..c30702e 100644 --- a/lenovo-16arh7h/Containerfile +++ b/lenovo-16arh7h/Containerfile @@ -44,6 +44,7 @@ RUN rpm --import \ dnf5 swap -y ffmpeg-free ffmpeg --allowerasing && \ dnf5 swap -y mesa-va-drivers mesa-va-drivers-freeworld && \ dnf5 swap -y mesa-vdpau-drivers mesa-vdpau-drivers-freeworld && \ + dnf5 install -y $(curl -s https://api.github.com/repos/ebkr/r2modmanPlus/releases/latest | jq -r '.assets[] | select(.name | endswith(".rpm")) | .browser_download_url') && \ dnf5 clean all # TODO: Remove this `|| true` hack once post scriptlets no longer make dnf exit with non-zero