forked from MarseyWorld/MarseyWorld
cbv
parent
c930219229
commit
478515fccc
|
@ -2,11 +2,7 @@ FROM ubuntu:20.04
|
|||
|
||||
COPY supervisord.conf /etc/supervisord.conf
|
||||
|
||||
RUN apt update && apt install -y python3.8 python3-pip supervisor curl
|
||||
|
||||
COPY imei.sh /etc/imei.sh
|
||||
|
||||
RUN . /etc/imei.sh
|
||||
RUN apt update && apt install -y python3.8 python3-pip supervisor
|
||||
|
||||
COPY requirements.txt /etc/requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue