install ffmpeg
This commit is contained in:
parent
71a6636549
commit
d5bb480042
|
|
@ -21,5 +21,7 @@ RUN apt-get update && apt-get install -y \
|
|||
apt-get update && \
|
||||
apt-get install -y docker-ce-cli
|
||||
|
||||
RUN apt-get install -y ffmpeg
|
||||
|
||||
|
||||
CMD ["python", "app"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue