update
This commit is contained in:
@@ -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 && \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user