diff --git a/src/ubuntu/24.10/helix/Dockerfile b/src/ubuntu/24.10/helix/Dockerfile index 3660adcd..24904ae7 100644 --- a/src/ubuntu/24.10/helix/Dockerfile +++ b/src/ubuntu/24.10/helix/Dockerfile @@ -84,6 +84,7 @@ RUN /usr/sbin/adduser --disabled-password --gecos '' --uid 1001 --shell /bin/bas USER helixbot # Install Helix Dependencies + ENV VIRTUAL_ENV=/home/helixbot/.vsts-env RUN python3 -m venv $VIRTUAL_ENV ENV PATH="$VIRTUAL_ENV/bin:$PATH"