This commit is contained in:
Aevann1 2022-02-22 14:39:02 +02:00
parent 165e7e4a66
commit 05c1bd713b
6 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,6 @@
FROM ubuntu:20.04
RUN apt update && apt -y upgrade && apt install -y python3.8 python3-pip supervisor libenchant1c2a
RUN apt update && apt -y upgrade && apt install -y supervisor python3-pip ffmpeg
COPY supervisord.conf /etc/supervisord.conf