install requirements
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user