Add librewolf to gui-container

This commit is contained in:
Maciej Lebiest 2023-09-05 20:04:41 +02:00 committed by GitHub
parent 64d54c3f1a
commit 958851e6cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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