cbv
This commit is contained in:
parent
f23d1ac09e
commit
1732e9f1d3
1 changed files with 1 additions and 5 deletions
|
@ -2,11 +2,7 @@ FROM ubuntu:20.04
|
||||||
|
|
||||||
COPY supervisord.conf /etc/supervisord.conf
|
COPY supervisord.conf /etc/supervisord.conf
|
||||||
|
|
||||||
RUN apt update && apt install -y python3.8 python3-pip supervisor curl
|
RUN apt update && apt install -y python3.8 python3-pip supervisor
|
||||||
|
|
||||||
COPY imei.sh /etc/imei.sh
|
|
||||||
|
|
||||||
RUN . /etc/imei.sh
|
|
||||||
|
|
||||||
COPY requirements.txt /etc/requirements.txt
|
COPY requirements.txt /etc/requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue