Fix dockerfile
This commit is contained in:
parent
cc14dfa31c
commit
2cae17deb7
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue