Skip to content

Commit

Permalink
fix: Fix unix socket support of autoforward
Browse files Browse the repository at this point in the history
requests 2.32 introduce behavior break in validating scheme: psf/requests#6707
requests-unixsocket is no more maintained but a fork was put in place to fix the issue: msabramo/requests-unixsocket#73
  • Loading branch information
PerfectSlayer committed Aug 22, 2024
1 parent 31e6f4a commit c5489e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN <<-EOT
sudo apt-get -y clean
sudo rm -rf /var/lib/apt/lists/*
pip3 install awscli
pip3 install requests requests-unixsocket
pip3 install requests requests-unixsocket2
pip3 cache purge
sudo chmod +x /usr/local/bin/autoforward
sudo curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci"
Expand Down

0 comments on commit c5489e3

Please sign in to comment.