From 1732e9f1d30b149f096ffe16dee26ce0329a9ded Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 18 Feb 2022 16:51:54 +0200 Subject: [PATCH] cbv --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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