remove custom chromium config
All checks were successful
os / build (push) Successful in 17m52s

This commit is contained in:
Anders da Silva Rytter Hansen 2026-05-16 18:01:46 -03:00
commit 94f0906f9d
2 changed files with 0 additions and 79 deletions

View file

@ -49,9 +49,6 @@ RUN dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docke
RUN dnf install xorg-x11-xinit xkbcomp xinput xlibre-xserver-Xorg xlibre-xf86-input-libinput -y
# Delete default Chromium config so it can be replaced by my own
RUN rm -f /etc/chromium/chromium.conf
# Add rule to SELinux allowing modules to be loaded into custom kernel
RUN setsebool -P domain_kernel_load_modules on