install ffmpeg

This commit is contained in:
user 2025-02-26 18:08:19 +03:00
parent 71a6636549
commit d5bb480042
1 changed files with 2 additions and 0 deletions

View File

@ -21,5 +21,7 @@ RUN apt-get update && apt-get install -y \
apt-get update && \ apt-get update && \
apt-get install -y docker-ce-cli apt-get install -y docker-ce-cli
RUN apt-get install -y ffmpeg
CMD ["python", "app"] CMD ["python", "app"]