Fix dockerfile

This commit is contained in:
Pascal Vizeli 2020-04-27 09:14:53 +02:00 committed by GitHub
parent cc14dfa31c
commit 2cae17deb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
FROM python:3.8
RUN \
&& apt-get update && apt-get install -y --no-install-recommends \
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 \