mirror of https://github.com/OpenVidu/openvidu.git
Revert vnc
parent
c8b5fd25a2
commit
8756e669f9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue