Update Containerfile
This commit is contained in:
parent
1c1d1e3d6a
commit
4fe7086606
1 changed files with 6 additions and 3 deletions
|
@ -11,13 +11,16 @@ RUN <<EOF
|
|||
|
||||
dnf install --assumeyes 'dnf5-command(config-manager)'
|
||||
dnf config-manager setopt exclude=PackageKit,PackageKit-command-not-found,rootfiles,firefox
|
||||
dnf config-manager setopt assumeyes=True
|
||||
dnf config-manager setopt install_weak_deps=False
|
||||
|
||||
dnf install --assumeyes @sway-desktop-environment
|
||||
dnf install @sway-desktop-environment
|
||||
|
||||
dnf install --assumeyes go
|
||||
# other packages
|
||||
dnf install go
|
||||
dnf remove vim-data vim-minimal
|
||||
|
||||
dnf clean all
|
||||
dnf autoremove && dnf clean all
|
||||
|
||||
QUALIFIED_KERNEL="$(dnf repoquery --installed --queryformat='%{evr}.%{arch}' kernel)"
|
||||
dracut --no-hostonly --kver "$QUALIFIED_KERNEL" --reproducible --verbose --add ostree --zstd --force "/lib/modules/$QUALIFIED_KERNEL/initramfs.img"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue