add ffmpeg
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user