rebase kde to noble (#238)

This commit is contained in:
Ryan Kuba 2024-04-22 12:11:52 -07:00 committed by GitHub
parent 00a73a13a6
commit ab52eba579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntujammy
FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntunoble
# set version label
ARG BUILD_DATE
@ -34,11 +34,15 @@ RUN \
knewstuff-dialog \
konsole \
ksystemstats \
kubuntu-settings-desktop \
kubuntu-wallpapers \
kubuntu-web-shortcuts \
kwin-addons \
kwin-x11 \
kwrite \
plasma-desktop \
plasma-workspace \
plymouth-theme-kubuntu-logo \
qml-module-qt-labs-platform \
systemsettings && \
echo "**** kde tweaks ****" && \
@ -49,6 +53,7 @@ RUN \
apt-get autoclean && \
rm -rf \
/config/.cache \
/config/.launchpadlib \
/var/lib/apt/lists/* \
/var/tmp/* \
/tmp/*

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-ubuntujammy
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-ubuntunoble
# set version label
ARG BUILD_DATE
@ -34,11 +34,15 @@ RUN \
knewstuff-dialog \
konsole \
ksystemstats \
kubuntu-settings-desktop \
kubuntu-wallpapers \
kubuntu-web-shortcuts \
kwin-addons \
kwin-x11 \
kwrite \
plasma-desktop \
plasma-workspace \
plymouth-theme-kubuntu-logo \
qml-module-qt-labs-platform \
systemsettings && \
echo "**** kde tweaks ****" && \
@ -49,6 +53,7 @@ RUN \
apt-get autoclean && \
rm -rf \
/config/.cache \
/config/.launchpadlib \
/var/lib/apt/lists/* \
/var/tmp/* \
/tmp/*