fix: build
This commit is contained in:
parent
ab3cc02f3b
commit
41c2dce027
1 changed files with 3 additions and 3 deletions
|
@ -9,10 +9,10 @@ ADD system_files/shared/etc etc
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
set -ouex pipefail
|
set -ouex pipefail
|
||||||
|
|
||||||
dnf config-manager --save \
|
dnf install --assumeyes 'dnf5-command(config-manager)'
|
||||||
--setopt=exclude=PackageKit,PackageKit-command-not-found,rootfiles,firefox
|
dnf config-manager setopt exclude=PackageKit,PackageKit-command-not-found,rootfiles,firefox
|
||||||
|
|
||||||
dnf install --assumeyes @"Sway Desktop"
|
dnf install --assumeyes @sway-desktop-environment
|
||||||
|
|
||||||
dnf install --assumeyes go
|
dnf install --assumeyes go
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue