mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-24 22:25:22 +02:00
rebase alpine-mate to 3.19 swap to firefox (#197)
This commit is contained in:
parent
8bf621eca8
commit
6a8c0d071f
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine318
|
||||
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine319
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@ -11,13 +11,9 @@ LABEL maintainer="thelamer"
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
apk add --no-cache \
|
||||
chromium \
|
||||
firefox \
|
||||
mate-desktop-environment \
|
||||
util-linux-misc && \
|
||||
echo "**** application tweaks ****" && \
|
||||
sed -i \
|
||||
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
||||
/usr/share/applications/chromium.desktop && \
|
||||
echo "**** mate tweaks ****" && \
|
||||
sed -i \
|
||||
'/compositing-manager/{n;s/.*/ <default>false<\/default>/}' \
|
||||
|
@ -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
|
||||
@ -11,13 +11,9 @@ LABEL maintainer="thelamer"
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
apk add --no-cache \
|
||||
chromium \
|
||||
firefox \
|
||||
mate-desktop-environment \
|
||||
util-linux-misc && \
|
||||
echo "**** application tweaks ****" && \
|
||||
sed -i \
|
||||
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
||||
/usr/share/applications/chromium.desktop && \
|
||||
echo "**** mate tweaks ****" && \
|
||||
sed -i \
|
||||
'/compositing-manager/{n;s/.*/ <default>false<\/default>/}' \
|
||||
|
@ -1,10 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
BIN=/usr/bin/chromium-browser
|
||||
|
||||
# Run normally on privved containers or modified un non priv
|
||||
if grep -q 'Seccomp: 0' /proc/1/status; then
|
||||
${BIN} --password-store=basic "$@"
|
||||
else
|
||||
${BIN} --password-store=basic --no-sandbox --test-type "$@"
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user