diff --git a/docker/Dockerfile_back b/docker/Dockerfile_back index 6c3a1a1..356a96f 100644 --- a/docker/Dockerfile_back +++ b/docker/Dockerfile_back @@ -13,7 +13,6 @@ RUN apt-get update \ COPY requirements.txt . RUN pip config set global.trusted-host "pypi.python.org pypi.org files.pythonhosted.org" && \ - pip install --upgrade pip setuptools \ pip install -r requirements.txt COPY . . diff --git a/docker/Dockerfile_celery b/docker/Dockerfile_celery index c77a1dc..7eb0621 100644 --- a/docker/Dockerfile_celery +++ b/docker/Dockerfile_celery @@ -13,7 +13,6 @@ RUN apt-get update \ COPY requirements.txt . RUN pip config set global.trusted-host "pypi.python.org pypi.org files.pythonhosted.org" && \ - pip install --upgrade pip setuptools \ pip install -r requirements.txt COPY . .