This commit is contained in:
Aevann1 2022-02-22 15:34:41 +02:00
parent 2265982fba
commit 97295d2dfd
8 changed files with 13 additions and 27 deletions

View file

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