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"
|
librewolf"
|
||||||
|
|
||||||
# install dependencies and basic apps
|
# install dependencies and basic apps
|
||||||
RUN dnf install -y 'dnf-command(config-manager)' \
|
RUN dnf install -y 'dnf-command(config-manager)' && \
|
||||||
dnf config-manager --add-repo https://rpm.librewolf.net/librewolf-repo.repo \
|
dnf config-manager --add-repo https://rpm.librewolf.net/librewolf-repo.repo && \
|
||||||
dnf install -y \
|
dnf install -y \
|
||||||
${GENERAL_PKGS} \
|
${GENERAL_PKGS} \
|
||||||
${APPS} \
|
${APPS} \
|
||||||
|
|
Loading…
Reference in a new issue