From 74b22702a9ea8061df79f22a2bf752c3cc715196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Gajdu=C5=A1ek?= Date: Fri, 13 Sep 2024 15:54:49 +0200 Subject: [PATCH] Do not store uv cache in the container image --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9fdb18421d5..58e3273308b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,9 @@ FROM quay.io/fedora/python-312:latest MAINTAINER https://github.com/SatelliteQE ENV PYCURL_SSL_LIBRARY=openssl \ - ROBOTTELO_DIR="${HOME}/robottelo" + ROBOTTELO_DIR="${HOME}/robottelo" \ + UV_PYTHON="${APP_ROOT}/bin/python3" \ + UV_NO_CACHE=1 COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv