mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-23 21:55:36 +02:00
rebase alpine-i3 to 3.19 swap to firefox (#194)
This commit is contained in:
parent
51b113efcd
commit
6ddca63382
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine318
|
||||
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine319
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@ -10,15 +10,12 @@ LABEL maintainer="thelamer"
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
apk add --no-cache \
|
||||
chromium \
|
||||
firefox \
|
||||
i3status \
|
||||
i3wm \
|
||||
st \
|
||||
util-linux-misc && \
|
||||
echo "**** application tweaks ****" && \
|
||||
mv \
|
||||
/usr/bin/chromium-browser \
|
||||
/usr/bin/chromium-real && \
|
||||
ln -s \
|
||||
/usr/bin/st \
|
||||
/usr/bin/x-terminal-emulator && \
|
||||
|
@ -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
|
||||
@ -10,15 +10,12 @@ LABEL maintainer="thelamer"
|
||||
RUN \
|
||||
echo "**** install packages ****" && \
|
||||
apk add --no-cache \
|
||||
chromium \
|
||||
firefox \
|
||||
i3status \
|
||||
i3wm \
|
||||
st \
|
||||
util-linux-misc && \
|
||||
echo "**** application tweaks ****" && \
|
||||
mv \
|
||||
/usr/bin/chromium-browser \
|
||||
/usr/bin/chromium-real && \
|
||||
ln -s \
|
||||
/usr/bin/st \
|
||||
/usr/bin/x-terminal-emulator && \
|
||||
|
@ -1,10 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
BIN=/usr/bin/chromium-real
|
||||
|
||||
# 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