From c9df603a8a1f2a0407d06f7d01a553a132d9cf43 Mon Sep 17 00:00:00 2001 From: kevinnls Date: Sun, 14 Jun 2026 22:18:44 +0530 Subject: [PATCH] install requirements --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0d1241c..2329af4 100644 --- a/Containerfile +++ b/Containerfile @@ -1,7 +1,8 @@ FROM docker.io/fedora:44 as BUILDER RUN dnf install --assumeyes --setopt install_weak_deps=False \ - gcc make just + gcc make just \ + libinput-devel FROM BUILDER as PACKER