From 455d9621224859484fae665cc9986eeb7da30784 Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Tue, 19 Jan 2021 15:10:49 +0100 Subject: [PATCH] Remove pip update --- iotclient/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/iotclient/Dockerfile b/iotclient/Dockerfile index 5fa17ec..c74b38c 100644 --- a/iotclient/Dockerfile +++ b/iotclient/Dockerfile @@ -5,9 +5,6 @@ ENV PYTHONUNBUFFERED 1 RUN python -m venv /opt/venv ENV PATH="/opt/venv/bin:$PATH" -RUN python -m pip install --upgrade pip -ENV PATH="/opt/venv/bin:$PATH" - RUN mkdir /code WORKDIR /code COPY requirements.txt /code/