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