mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-25 14:44:51 +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
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@ -10,15 +10,12 @@ LABEL maintainer="thelamer"
|
|||||||
RUN \
|
RUN \
|
||||||
echo "**** install packages ****" && \
|
echo "**** install packages ****" && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
chromium \
|
firefox \
|
||||||
i3status \
|
i3status \
|
||||||
i3wm \
|
i3wm \
|
||||||
st \
|
st \
|
||||||
util-linux-misc && \
|
util-linux-misc && \
|
||||||
echo "**** application tweaks ****" && \
|
echo "**** application tweaks ****" && \
|
||||||
mv \
|
|
||||||
/usr/bin/chromium-browser \
|
|
||||||
/usr/bin/chromium-real && \
|
|
||||||
ln -s \
|
ln -s \
|
||||||
/usr/bin/st \
|
/usr/bin/st \
|
||||||
/usr/bin/x-terminal-emulator && \
|
/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
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@ -10,15 +10,12 @@ LABEL maintainer="thelamer"
|
|||||||
RUN \
|
RUN \
|
||||||
echo "**** install packages ****" && \
|
echo "**** install packages ****" && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
chromium \
|
firefox \
|
||||||
i3status \
|
i3status \
|
||||||
i3wm \
|
i3wm \
|
||||||
st \
|
st \
|
||||||
util-linux-misc && \
|
util-linux-misc && \
|
||||||
echo "**** application tweaks ****" && \
|
echo "**** application tweaks ****" && \
|
||||||
mv \
|
|
||||||
/usr/bin/chromium-browser \
|
|
||||||
/usr/bin/chromium-real && \
|
|
||||||
ln -s \
|
ln -s \
|
||||||
/usr/bin/st \
|
/usr/bin/st \
|
||||||
/usr/bin/x-terminal-emulator && \
|
/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