Compare commits

...

2 Commits

Author SHA1 Message Date
979cfc5181 added keyd support
All checks were successful
build-os / build-image (push) Successful in 16m7s
2026-03-28 15:16:52 -05:00
856a3be5b5 Merge pull request 'added nextcloud support to the image' (#3) from testing into main
All checks were successful
build-os / build-image (push) Successful in 10s
Reviewed-on: #3
2026-03-21 23:00:57 +00:00
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 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 remove -y firefox
RUN dnf install -y $(cat /tmp/packages.txt) && \ RUN dnf install -y $(cat /tmp/packages.txt) && \

View File

@@ -4,3 +4,4 @@ librewolf
wireplumber wireplumber
qpwgraph qpwgraph
nextcloud-client nextcloud-client
keyd