Update Containerfile

This commit is contained in:
Charles 2024-10-13 21:38:21 +00:00
parent 4c3113ba3b
commit 20557d7bde

View File

@ -23,6 +23,6 @@ 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 /etc/profile.d/console-login-helper-messages-profile.sh
RUN rm -v /etc/profile.d/console-login-helper-messages-profile.sh /usr/share/console-login-helper-messages/profile.sh
RUN systemctl disable sshd.service
RUN systemctl set-default graphical.target