From 2cfd0bf5c49780ef85ae169e0c22a39265ed4bee Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 1 Jul 2024 23:28:42 -0700 Subject: [PATCH] chore: Update libinput i686 --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 56e6db3f..41bf42a0 100644 --- a/Containerfile +++ b/Containerfile @@ -212,6 +212,7 @@ RUN rpm-ostree override replace \ --experimental \ --from repo=updates \ libinput \ + libinput.i686 \ || true && \ rpm-ostree override replace \ --experimental \ @@ -292,6 +293,7 @@ RUN rpm-ostree install \ xrandr \ compsize \ ryzenadj \ + input-remapper \ i2c-tools \ udica \ joycond \