fix(gnome): Remove gnome-initial-setup, our ISO installer handles this a different way.

This commit is contained in:
Kyle Gospodnetich 2023-10-13 14:26:07 -07:00
parent 631423b360
commit 42f97f05bd

View File

@ -172,6 +172,7 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
gnome-classic-session \
gnome-tour \
gnome-extensions-app \
gnome-initial-setup \
; fi
# Install ROCM and Waydroid on non-Nvidia images