Replace Firefox with custom built version

This commit is contained in:
Anders Rytter Hansen 2025-02-26 07:01:30 +01:00
commit 0c0b12c2e3

View file

@ -150,6 +150,9 @@ RUN dkms install zfs/$(ls /usr/src/ | grep zfs- | cut -d- -f2-) -k $(rpm -q --qu
# Install Gnome Boxes
RUN rpm-ostree install gnome-boxes
# Replace Firefox with custom built version
RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:andersrh:my-ostree-os firefox firefox-langpacks
# enable scx service
RUN systemctl enable scx.service