This commit is contained in:
2025-09-25 15:20:49 -05:00
parent 87aa3cc1c8
commit 6cb97b7021
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ RUN set -eux; \
libgbm1 libdrm2 libpango-1.0-0 libcairo2 libxcomposite1 \
libxrandr2 libxdamage1 libxfixes3 libxext6 libx11-6 \
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 \
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; \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
locale-gen && \

View File

@@ -42,8 +42,8 @@ fi
# x11vnc
echo "[desktop-wrapper] Starting x11vnc..."
x11vnc -display :1 $VNC_AUTH -forever -rfbport 5900 &
sleep 1
x11vnc -display :1 $VNC_AUTH -forever -rfbport 5900 -o /tmp/x11vnc-debug.log -v &
sleep 10
# Queue of processes to wait for
wait -n