Skip to content

Commit

Permalink
rebase alpine-kde to 3.19 swap to firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Dec 30, 2023
1 parent 69dd8a5 commit 8725bc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
10 changes: 3 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine318
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine319

# set version label
ARG BUILD_DATE
Expand All @@ -11,13 +11,13 @@ LABEL maintainer="thelamer"
RUN \
echo "**** install packages ****" && \
apk add --no-cache \
chromium \
dolphin \
konsole \
kwrite \
breeze \
breeze-gtk \
breeze-icons \
breeze-icons5 \
firefox \
kde-gtk-config \
khotkeys \
kmenuedit \
Expand All @@ -27,10 +27,6 @@ RUN \
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' \
Expand Down
10 changes: 3 additions & 7 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-alpine318
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-alpine319

# set version label
ARG BUILD_DATE
Expand All @@ -11,13 +11,13 @@ LABEL maintainer="thelamer"
RUN \
echo "**** install packages ****" && \
apk add --no-cache \
chromium \
dolphin \
konsole \
kwrite \
breeze \
breeze-gtk \
breeze-icons \
breeze-icons5 \
firefox \
kde-gtk-config \
khotkeys \
kmenuedit \
Expand All @@ -27,10 +27,6 @@ RUN \
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' \
Expand Down
10 changes: 0 additions & 10 deletions root/usr/local/bin/wrapped-chromium

This file was deleted.

0 comments on commit 8725bc6

Please sign in to comment.