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