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