mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e docker images removed fake media streams
parent
e83c514916
commit
3c222eb643
|
@ -43,8 +43,6 @@ RUN apt-get install -y ffmpeg
|
|||
RUN rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get autoremove --purge -y
|
||||
|
||||
COPY barcode.y4m /opt/openvidu/barcode.y4m
|
||||
COPY fakeaudio.wav /opt/openvidu/fakeaudio.wav
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN ["chmod", "+x", "/entrypoint.sh"]
|
||||
|
||||
|
|
|
@ -43,8 +43,6 @@ RUN apt-get install -y ffmpeg
|
|||
RUN rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get autoremove --purge -y
|
||||
|
||||
COPY barcode.y4m /opt/openvidu/barcode.y4m
|
||||
COPY fakeaudio.wav /opt/openvidu/fakeaudio.wav
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN ["chmod", "+x", "/entrypoint.sh"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue