Skip to content

Commit

Permalink
Revert Ubuntu Dockerfile change
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander committed Dec 12, 2024
1 parent c17a7d2 commit 41fa768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ubuntu/24.10/helix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 41fa768

Please sign in to comment.