pull/34758/head
Pascal Vizeli 2020-04-27 09:19:38 +02:00
parent 2cae17deb7
commit bec8781558
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@ FROM python:3.8
RUN \
apt-get update && apt-get install -y --no-install-recommends \
software-properties-common \
&& add-apt-repository ppa:jonathonf/ffmpeg-4 \
&& apt-get update && apt-get install -y --no-install-recommends \
libudev-dev \
libavformat-dev \
libavcodec-dev \