forked from MarseyWorld/MarseyWorld
fds
parent
59f2463b1a
commit
87730ead6f
|
@ -1,5 +1,7 @@
|
|||
FROM ubuntu:20.04
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt update && apt -y upgrade && apt install -y supervisor python3-pip libenchant1c2a ffmpeg
|
||||
|
||||
COPY supervisord.conf /etc/supervisord.conf
|
||||
|
|
Loading…
Reference in New Issue