Revert vnc

pull/540/head
cruizba 2020-07-24 16:24:30 +02:00
parent c8b5fd25a2
commit 8756e669f9
2 changed files with 0 additions and 4 deletions

View File

@ -42,7 +42,6 @@ if [[ -z "${COMPOSED_QUICK_START_ACTION}" ]]; then
XVFB_ARGS=$(ps -eo args | grep [X]vfb)
DISPLAY_NUM=$(echo $XVFB_ARGS | sed 's/Xvfb :\([0-9]\+\).*/\1/')
x11vnc -noxrecord -noxfixes -noxdamage -forever -display :$DISPLAY_NUM &
echo "Display in use -> :$DISPLAY_NUM"
echo "----------------------------------------"
# Save Global Environment variables

View File

@ -19,9 +19,6 @@ RUN apt-get install -y ffmpeg pulseaudio xvfb
# Install jq for managing JSON
RUN apt-get install -y jq
RUN apt-get install -y x11vnc
# Clean
RUN apt-get autoclean