From 896605d1d1432c26f889c55648dac19c9d558a5c Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:26:43 +0200 Subject: [PATCH] another fix for gui-container librewolf --- gui-container/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-container/Dockerfile b/gui-container/Dockerfile index a92da81..b125561 100644 --- a/gui-container/Dockerfile +++ b/gui-container/Dockerfile @@ -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} \