mirror of https://github.com/OpenVidu/openvidu.git
Minor fix dockerfile recording
parent
2716777f2b
commit
c8b5fd25a2
|
@ -19,7 +19,7 @@ RUN apt-get install -y ffmpeg pulseaudio xvfb
|
||||||
# Install jq for managing JSON
|
# Install jq for managing JSON
|
||||||
RUN apt-get install -y jq
|
RUN apt-get install -y jq
|
||||||
|
|
||||||
RUN apt-get install x11vnc
|
RUN apt-get install -y x11vnc
|
||||||
|
|
||||||
|
|
||||||
# Clean
|
# Clean
|
||||||
|
|
Loading…
Reference in New Issue