remotes/1693045480750635534/spooky-22
Aevann1 2022-02-18 16:51:54 +02:00
parent c930219229
commit 478515fccc
1 changed files with 1 additions and 5 deletions

View File

@ -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