diff --git a/Dockerfile b/Dockerfile index 98cc87249..2387aabd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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