Fix librewolf install in gui-container

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

View file

@ -23,7 +23,8 @@ ENV APPS="\
librewolf"
# install dependencies and basic apps
RUN dnf config-manager --add-repo https://rpm.librewolf.net/librewolf-repo.repo \
RUN dnf install -y 'dnf-command(config-manager)' \
dnf config-manager --add-repo https://rpm.librewolf.net/librewolf-repo.repo \
dnf install -y \
${GENERAL_PKGS} \
${APPS} \