remove haruna and install hplip
This commit is contained in:
parent
23c10bea7b
commit
335848f3b5
1 changed files with 4 additions and 1 deletions
|
|
@ -35,7 +35,10 @@ RUN dnf install libheif-freeworld -y
|
|||
# Install proprietary codecs
|
||||
RUN dnf swap libavcodec-free libavcodec-freeworld --allowerasing -y
|
||||
|
||||
RUN dnf -y install gwenview haruna kalk okular
|
||||
# Install HPLIP for HP printer support
|
||||
RUN dnf install hplip -y
|
||||
|
||||
RUN dnf -y install gwenview kalk okular
|
||||
RUN dnf -y install chromium
|
||||
# Delete default Chromium config so it can be replaced by my own
|
||||
RUN rm -f /etc/chromium/chromium.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue