added keyd support
All checks were successful
build-os / build-image (push) Successful in 16m7s

This commit is contained in:
2026-03-28 15:16:52 -05:00
parent 856a3be5b5
commit 979cfc5181
2 changed files with 3 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ RUN dnf install -y \
RUN dnf config-manager addrepo --from-repofile=https://repo.librewolf.net/librewolf.repo
RUN dnf copr enable alternateved/keyd -y
RUN dnf remove -y firefox
RUN dnf install -y $(cat /tmp/packages.txt) && \