calcite/Containerfile

29 lines
1.5 KiB
Plaintext
Raw Normal View History

2024-10-13 20:27:11 +00:00
FROM quay.io/almalinuxorg/almalinux-bootc:9
ARG DNF_EXCLUSIONS="PackageKit,PackageKit-command-not-found,kmod-kvdo,rootfiles,vdo"
RUN dnf -y -x ${DNF_EXCLUSIONS} install alsa-sof-firmware
RUN dnf -y -x ${DNF_EXCLUSIONS} install eog
RUN dnf -y -x ${DNF_EXCLUSIONS} install firefox
RUN dnf -y -x ${DNF_EXCLUSIONS} install gdm
RUN dnf -y -x ${DNF_EXCLUSIONS} install gedit
RUN dnf -y -x ${DNF_EXCLUSIONS} install git
RUN dnf -y -x ${DNF_EXCLUSIONS} install gnome-calculator
RUN dnf -y -x ${DNF_EXCLUSIONS} install gnome-disk-utility
RUN dnf -y -x ${DNF_EXCLUSIONS} install gnome-shell
RUN dnf -y -x ${DNF_EXCLUSIONS} install gnome-software
RUN dnf -y -x ${DNF_EXCLUSIONS} install gnome-system-monitor
RUN dnf -y -x ${DNF_EXCLUSIONS} install gnome-terminal
RUN dnf -y -x ${DNF_EXCLUSIONS} install gnome-terminal-nautilus
RUN dnf -y -x ${DNF_EXCLUSIONS} install gnome-tweaks
RUN dnf -y -x ${DNF_EXCLUSIONS} install grubby
RUN dnf -y -x ${DNF_EXCLUSIONS} install man
RUN dnf -y -x ${DNF_EXCLUSIONS} install man-db
RUN dnf -y -x ${DNF_EXCLUSIONS} install nautilus
RUN dnf -y -x ${DNF_EXCLUSIONS} install NetworkManager-wifi
RUN dnf -y -x ${DNF_EXCLUSIONS} install NetworkManager-wwan
RUN dnf -y -x ${DNF_EXCLUSIONS} install wget
RUN dnf -y -x ${DNF_EXCLUSIONS} install wireless-regdb
RUN dnf -y -x ${DNF_EXCLUSIONS} install wpa_supplicant
RUN rm -v /usr/lib/systemd/system/local-fs.target.wants/bootc-generic-growpart.service
RUN systemctl disable sshd.service
RUN systemctl set-default graphical.target