From 048cc441df912b79ca19df5ba64db50a5d3c80ca Mon Sep 17 00:00:00 2001 From: TheSpad Date: Thu, 18 May 2023 19:44:24 +0100 Subject: [PATCH] Update packages and cleanup --- Dockerfile | 26 ++++++++++++++++++++++---- Dockerfile.aarch64 | 26 ++++++++++++++++++++++---- 2 files changed, 44 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index f8c93ced..1d02c884 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,12 +11,30 @@ LABEL maintainer="thelamer" RUN \ echo "**** install packages ****" && \ apk add --no-cache \ + chromium \ dolphin \ - firefox \ - font-noto \ - kate \ konsole \ - plasma && \ + kwrite \ + breeze \ + breeze-gtk \ + breeze-icons \ + kde-gtk-config \ + khotkeys \ + kmenuedit \ + plasma-browser-integration \ + plasma-desktop \ + plasma-systemmonitor \ + plasma-workspace-wallpapers \ + systemsettings \ + util-linux-misc && \ + echo "**** application tweaks ****" && \ + sed -i \ + 's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \ + /usr/share/applications/chromium.desktop && \ + echo "**** kde tweaks ****" && \ + sed -i \ + 's/applications:org.kde.discover.desktop,/applications:org.kde.konsole.desktop,/g' \ + /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml && \ echo "**** cleanup ****" && \ rm -rf \ /tmp/* diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 5a5fe91f..85daa50e 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -11,12 +11,30 @@ LABEL maintainer="thelamer" RUN \ echo "**** install packages ****" && \ apk add --no-cache \ + chromium \ dolphin \ - firefox \ - font-noto \ - kate \ konsole \ - plasma && \ + kwrite \ + breeze \ + breeze-gtk \ + breeze-icons \ + kde-gtk-config \ + khotkeys \ + kmenuedit \ + plasma-browser-integration \ + plasma-desktop \ + plasma-systemmonitor \ + plasma-workspace-wallpapers \ + systemsettings \ + util-linux-misc && \ + echo "**** application tweaks ****" && \ + sed -i \ + 's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \ + /usr/share/applications/chromium.desktop && \ + echo "**** kde tweaks ****" && \ + sed -i \ + 's/applications:org.kde.discover.desktop,/applications:org.kde.konsole.desktop,/g' \ + /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml && \ echo "**** cleanup ****" && \ rm -rf \ /tmp/*