Minor fix dockerfile recording

pull/540/head
cruizba 2020-07-24 14:26:53 +02:00
parent 2716777f2b
commit c8b5fd25a2
1 changed files with 1 additions and 1 deletions

View File

@ -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