Delete default Chromium config so it can be replaced by my own
This commit is contained in:
parent
c8d7049222
commit
63caffbccb
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ RUN dnf swap libavcodec-free libavcodec-freeworld --allowerasing -y
|
||||||
|
|
||||||
RUN dnf -y install gwenview haruna kalk okular
|
RUN dnf -y install gwenview haruna kalk okular
|
||||||
RUN dnf -y --enablerepo=epel-next-minor install chromium
|
RUN dnf -y --enablerepo=epel-next-minor install chromium
|
||||||
|
# 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
|
# Add rule to SELinux allowing modules to be loaded into custom kernel
|
||||||
RUN setsebool -P domain_kernel_load_modules on
|
RUN setsebool -P domain_kernel_load_modules on
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue