Skip to content

Commit c5489e3

Browse files
committed
fix: Fix unix socket support of autoforward
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
1 parent 31e6f4a commit c5489e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ RUN <<-EOT
9797
sudo apt-get -y clean
9898
sudo rm -rf /var/lib/apt/lists/*
9999
pip3 install awscli
100-
pip3 install requests requests-unixsocket
100+
pip3 install requests requests-unixsocket2
101101
pip3 cache purge
102102
sudo chmod +x /usr/local/bin/autoforward
103103
sudo curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci"

0 commit comments

Comments
 (0)