update
This commit is contained in:
@@ -27,13 +27,13 @@ RUN set -eux; \
|
||||
bash bash-completion ca-certificates curl wget unzip xz-utils \
|
||||
dbus doas sudo nano git make \
|
||||
openbox xvfb x11vnc novnc websockify \
|
||||
fonts-dejavu less \
|
||||
fonts-dejavu less mesa-utils \
|
||||
dumb-init net-tools iproute2 \
|
||||
menu python3-xdg python3 python3-pip python3-venv pipx \
|
||||
libnss3 libnspr4 libxss1 libasound2 libxshmfence1 \
|
||||
libatk1.0-0 libatk-bridge2.0-0 libvte-2.91-0 libgtk-3-0 \
|
||||
libgbm1 libdrm2 libpango-1.0-0 libcairo2 libxcomposite1 \
|
||||
libxrandr2 libxdamage1 libxfixes3 libxext6 libx11-6 \
|
||||
libxrandr2 libxdamage1 libxfixes3 libxext6 libx11-6 chromium \
|
||||
supervisor dbus-x11 firefox-esr htop xdg-utils xfce4-terminal wmctrl locales \
|
||||
default-jre dos2unix file fuse3 gh gnupg golang iptables jq lsb-release lsof netcat-openbsd \
|
||||
nodejs npm openssh-client passwd patch shellcheck siege tar tree uidmap virtualenv; \
|
||||
|
||||
@@ -18,7 +18,8 @@ sleep 1
|
||||
|
||||
# Set default browser
|
||||
echo "[desktop-wrapper] Setting default browser to Firefox..."
|
||||
xdg-settings set default-web-browser firefox-esr.desktop
|
||||
#xdg-settings set default-web-browser firefox-esr.desktop
|
||||
xdg-settings set default-web-browser chromium.desktop
|
||||
|
||||
# Xvfb
|
||||
echo "[desktop-wrapper] Starting Xvfb..."
|
||||
|
||||
Reference in New Issue
Block a user