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="\
|
ENV APPS="\
|
||||||
chromium \
|
chromium \
|
||||||
firefox"
|
firefox \
|
||||||
|
librewolf"
|
||||||
|
|
||||||
# install system dependencies
|
# install dependencies and basic apps
|
||||||
RUN dnf install -y \
|
RUN dnf config-manager --add-repo https://rpm.librewolf.net/librewolf-repo.repo \
|
||||||
|
dnf install -y \
|
||||||
${GENERAL_PKGS} \
|
${GENERAL_PKGS} \
|
||||||
${APPS} \
|
${APPS} \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
Loading…
Reference in a new issue