add ffmpeg

This commit is contained in:
2023-10-21 21:32:51 +08:00
parent 47ca0639da
commit f20dfb7581

View File

@@ -4,7 +4,7 @@ FROM python:3.11-slim-buster
RUN apt-get update -y RUN apt-get update -y
# Install LibreOffice, Firefox ESR and pip # Install LibreOffice, Firefox ESR and pip
RUN apt-get install -y libreoffice firefox-esr RUN apt-get install -y libreoffice firefox-esr ffmpeg
# Set the working directory in the container to /app # Set the working directory in the container to /app
WORKDIR /app WORKDIR /app