From 6e27a2ad70290602d8227740afd69533239fc7c6 Mon Sep 17 00:00:00 2001 From: Lars Fenneberg Date: Wed, 3 Mar 2021 15:22:14 +0100 Subject: [PATCH] Upgrade pip and setuptools in container image Fixes a problem with a dependency requiring a newer setuptools version. --- images/benji/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/benji/Dockerfile b/images/benji/Dockerfile index e858f209..52b6728a 100644 --- a/images/benji/Dockerfile +++ b/images/benji/Dockerfile @@ -19,6 +19,7 @@ COPY . /benji-source/ RUN python3.6 -m venv --system-site-packages $VENV_DIR && \ . $VENV_DIR/bin/activate && \ + pip install --upgrade pip setuptools && \ pip install git+https://github.com/elemental-lf/libiscsi-python && \ pip install '/benji-source/[compression,s3,b2,helpers]'