Skip to content

Commit

Permalink
Cleanup KDE packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Sep 1, 2023
1 parent 6ea6faf commit ceabd66
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ENV ENABLE_BASIC_AUTH true

# Set versions for components that should be manually checked before upgrading, other component versions are automatically determined by fetching the version online
ARG VIRTUALGL_VERSION=3.1
ARG NOVNC_VERSION=1.3.0
ARG NOVNC_VERSION=1.4.0

# Install locales to prevent X11 errors
RUN apt-get clean && \
Expand All @@ -70,6 +70,7 @@ RUN dpkg --add-architecture i386 && \
cups-common \
cups-filters \
cups-pdf \
print-manager \
curl \
file \
wget \
Expand All @@ -93,6 +94,7 @@ RUN dpkg --add-architecture i386 && \
nano \
vim \
htop \
ibus \
ibus-data \
fakeroot \
fonts-dejavu-core \
Expand Down Expand Up @@ -150,15 +152,18 @@ RUN dpkg --add-architecture i386 && \
i965-va-driver-shaders:i386 \
intel-media-va-driver-non-free \
intel-media-va-driver-non-free:i386 \
libmfx-tools \
libva2 \
libva2:i386 \
vainfo \
vdpau-driver-all \
vdpau-driver-all:i386 \
vdpauinfo \
libmfx-tools \
xserver-xorg-input-all \
xserver-xorg-input-wacom \
xserver-xorg-video-all \
xserver-xorg-video-intel \
xserver-xorg-video-qxl \
vulkan-tools \
mesa-vulkan-drivers \
mesa-vulkan-drivers:i386 \
Expand Down Expand Up @@ -245,35 +250,42 @@ Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \
add-apt-repository -y ppa:mozillateam/ppa && \
apt-get update && apt-get install --no-install-recommends -y \
kde-plasma-desktop \
accountwizard \
adwaita-icon-theme-full \
akonadi-backend-mysql \
akonadi-server \
akregator \
appmenu-gtk3-module \
ark \
aspell-en \
baloo-kf5 \
breeze \
breeze-cursor-theme \
breeze-gtk-theme \
breeze-icon-theme \
debconf-kde-helper \
colord-kde \
debconf-kde-helper \
desktop-file-utils \
dolphin \
dolphin-plugins \
filelight \
frameworkintegration \
gwenview \
haveged \
hspell \
hunspell \
im-config \
kaccounts-integration \
kaccounts-providers \
kactivities-bin \
kaddressbook \
kamera \
kate \
kcalc \
kcharselect \
kdeadmin \
kde-config-cddb \
kde-config-gtk-style \
kde-config-gtk-style-preview \
kde-config-screenlocker \
kdeconnect \
kdegraphics-thumbnailers \
kdenetwork-filesharing \
Expand All @@ -284,7 +296,6 @@ Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \
kgamma5 \
kgpg \
khelpcenter \
khotkeys \
kimageformat-plugins \
kinfocenter \
kio \
Expand All @@ -304,22 +315,23 @@ Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \
krfb \
ksshaskpass \
ktimer \
kubuntu-settings-desktop \
kwalletmanager \
libpam-kwallet5 \
kwin-addons \
kwin-x11 \
kwrited \
libgdk-pixbuf2.0-bin \
libpam-kwallet5 \
muon \
okular \
okular-extra-backends \
partitionmanager \
plasma-browser-integration \
plasma-calendar-addons \
plasma-dataengines-addons \
plasma-discover \
plasma-integration \
plasma-runners-addons \
plasma-vault \
plasma-widgets-addons \
policykit-desktop-privileges \
polkit-kde-agent-1 \
Expand All @@ -328,7 +340,9 @@ Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \
qml-module-org-kde-runnermodel \
qml-module-org-kde-qqc2desktopstyle \
qml-module-qtgraphicaleffects \
qml-module-qtquick-xmllistmodel \
qt5-image-formats-plugins \
qtspeech5-flite-plugin \
qtvirtualkeyboard-plugin \
software-properties-qt \
sonnet-plugins \
Expand Down

0 comments on commit ceabd66

Please sign in to comment.