From 47e0064de8d06690096085d1fd9f9506937154a5 Mon Sep 17 00:00:00 2001 From: Peter Galonza Date: Wed, 15 May 2024 22:27:27 +0300 Subject: [PATCH] no cache pypi package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d92a35be..7283e9524 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get install -y --no-install-recommends jq curl RUN apt-get install -y --no-install-recommends python3-venv && \ python3 -m venv /opt/venv && \ . /opt//venv/bin/activate && \ -pip install -r /opt/requirements.txt +pip install --no-cache-dir -r /opt/requirements.txt RUN dkp-pacman -S --needed --noconfirm \ switch-glm switch-libjpeg-turbo \