From cbb78b7ade3d89556f67c39ecfba30dad84ad927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Wed, 23 Oct 2024 13:19:10 +0200 Subject: [PATCH] Update pip version in image to try fix package build issue --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f8c5bd1..97fa5a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -134,6 +134,7 @@ COPY --from=build-usbmuxd /build / # Install mvt RUN apt-get update \ && apt-get install -y git python3-pip \ + && PIP_NO_CACHE_DIR=1 pip3 install --upgrade pip \ && PIP_NO_CACHE_DIR=1 pip3 install git+https://github.com/mvt-project/mvt.git@main \ && apt-get remove -y python3-pip git && apt-get autoremove -y \ && rm -rf /var/lib/apt/lists/*