Skip to content

Commit fbdacbb

Browse files
authored
fix: use venv in python (#326)
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
1 parent a3bd6e4 commit fbdacbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-image/Dockerfiles/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ LABEL org.opencontainers.image.created="${IMAGE_CREATED}"
8888
ENV TRUSTIFY_DA_PIP_FREEZE=''
8989
# contains pip show data for all packages, base64 encoded
9090
ENV TRUSTIFY_DA_PIP_SHOW=''
91-
# indicate whether to use the Minimal version selection (MVS) algorithm to select a set of module versions to use when building Go packages.
92-
ENV TRUSTIFY_DA_GO_MVS_LOGIC_ENABLED='true'
91+
# indicate whether to use the virtual environment for python packages
92+
ENV TRUSTIFY_DA_PYTHON_VIRTUAL_ENV='true'
9393

9494
# Copy OpenJDK (Temurin) from the builder stage
9595
COPY --from=builder /usr/temurin-21/ /usr/temurin-21/

0 commit comments

Comments
 (0)