vc
This commit is contained in:
parent
2265982fba
commit
97295d2dfd
8 changed files with 13 additions and 27 deletions
12
Dockerfile
12
Dockerfile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue