another fix for gui-container librewolf

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

View file

@ -23,8 +23,8 @@ ENV APPS="\
librewolf"
# install dependencies and basic apps
RUN dnf install -y 'dnf-command(config-manager)' \
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} \