Skip to content

Commit

Permalink
[6.16.z] Do not store uv cache, uv to use venv interpreter (#16405)
Browse files Browse the repository at this point in the history
Co-authored-by: Ondřej Gajdušek <[email protected]>
  • Loading branch information
Satellite-QE and ogajduse authored Sep 19, 2024
1 parent 3d7e288 commit f1f2744
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f1f2744

Please sign in to comment.