From f20dfb7581a4c58f6788626328f797f756bd6b80 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sat, 21 Oct 2023 21:32:51 +0800 Subject: [PATCH] add ffmpeg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0716aff..95552e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.11-slim-buster RUN apt-get update -y # 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 WORKDIR /app