Fix dockerfile

This commit is contained in:
Pascal Vizeli
2020-04-27 09:14:53 +02:00
committed by GitHub
parent cc14dfa31c
commit 2cae17deb7

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 \