forked from MarseyWorld/MarseyWorld
master
parent
81d0f66444
commit
a13b0b53c6
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:20.04
|
||||
|
||||
RUN apt update && apt install -y python3.8 python3-pip supervisor python3-enchant
|
||||
RUN apt update && apt -y upgrade && apt install -y python3.8 python3-pip supervisor python3-enchant
|
||||
|
||||
COPY supervisord.conf /etc/supervisord.conf
|
||||
|
||||
|
|
Loading…
Reference in New Issue