Skip to content

Commit

Permalink
Remove OPENSSL_ENABLE_MD5_VERIFY ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander committed Aug 19, 2024
1 parent 44b3dc3 commit 711aaea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/azurelinux/3.0/helix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ RUN /usr/sbin/useradd -c '' --uid 1000 --shell /bin/bash --groups adm helixbot &

USER helixbot

# Temporary fix for https://github.com/dotnet/runtime/issues/106489
ENV OPENSSL_ENABLE_MD5_VERIFY=1

# Install Helix Dependencies
ENV VIRTUAL_ENV=/home/helixbot/.vsts-env
RUN python3 -m venv $VIRTUAL_ENV
Expand Down

0 comments on commit 711aaea

Please sign in to comment.