Skip to content

Commit

Permalink
Diet more KDE packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd committed Sep 3, 2023
1 parent b07c55c commit 6902c33
Showing 1 changed file with 3 additions and 26 deletions.
29 changes: 3 additions & 26 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -249,34 +249,26 @@ 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 \
aspell-en \
baloo-kf5 \
breeze \
breeze-cursor-theme \
breeze-gtk-theme \
breeze-icon-theme \
colord-kde \
debconf-kde-helper \
desktop-file-utils \
dolphin \
dolphin-plugins \
dbus-x11 \
filelight \
frameworkintegration \
gwenview \
haveged \
hunspell \
im-config \
kaccounts-integration \
kaccounts-providers \
kactivities-bin \
kaddressbook \
kate \
kcalc \
kcharselect \
Expand All @@ -291,44 +283,29 @@ Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \
kdf \
kdialog \
kget \
kgpg \
khelpcenter \
kimageformat-plugins \
kinfocenter \
kio \
kio-extras \
kleopatra \
kmag \
kmail \
kmenuedit \
kmix \
kmousetool \
kmouth \
knotes \
kontact \
kopete \
korganizer \
krdc \
krfb \
ksshaskpass \
ktimer \
kwalletmanager \
libpam-kwallet5 \
kwin-addons \
kwin-x11 \
kwrited \
libgdk-pixbuf2.0-bin \
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 Down Expand Up @@ -389,7 +366,7 @@ RUN mkdir -pm755 /etc/apt/keyrings && curl -fsSL -o /etc/apt/keyrings/winehq-arc
chmod 755 /usr/bin/winetricks && \
curl -fsSL -o /usr/share/bash-completion/completions/winetricks "https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks.bash-completion"

# Install latest selkies-gstreamer (https://github.com/selkies-project/selkies-gstreamer) build, Python application, and web application, should be consistent with selkies-gstreamer documentation
# Install latest Selkies-GStreamer (https://github.com/selkies-project/selkies-gstreamer) build, Python application, and web application, should be consistent with selkies-gstreamer documentation
RUN apt-get update && apt-get install --no-install-recommends -y \
# GStreamer dependencies
python3-pip \
Expand Down

0 comments on commit 6902c33

Please sign in to comment.