another fix for gui-container librewolf
This commit is contained in:
parent
6abdc7002a
commit
896605d1d1
1 changed files with 2 additions and 2 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue