install requirements

This commit is contained in:
2026-06-14 22:18:44 +05:30
parent e1141617c2
commit c9df603a8a
+2 -1
View File
@@ -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