Add librewolf to gui-container
This commit is contained in:
parent
64d54c3f1a
commit
958851e6cb
1 changed files with 5 additions and 3 deletions
|
@ -19,10 +19,12 @@ ENV GENERAL_PKGS="\
|
|||
|
||||
ENV APPS="\
|
||||
chromium \
|
||||
firefox"
|
||||
firefox \
|
||||
librewolf"
|
||||
|
||||
# install system dependencies
|
||||
RUN dnf install -y \
|
||||
# install dependencies and basic apps
|
||||
RUN dnf config-manager --add-repo https://rpm.librewolf.net/librewolf-repo.repo \
|
||||
dnf install -y \
|
||||
${GENERAL_PKGS} \
|
||||
${APPS} \
|
||||
&& dnf clean all
|
||||
|
|
Loading…
Reference in a new issue