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="\
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