This commit is contained in:
Aevann1 2022-02-22 13:52:08 +02:00
parent 4b4d7526ea
commit ad1adf37c8
2 changed files with 2 additions and 2 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 python3-enchant
RUN apt update && apt -y upgrade && apt install -y python3.8 python3-pip supervisor libenchant1c2a
COPY supervisord.conf /etc/supervisord.conf