Skip to content

Commit

Permalink
Avoid timeout when installing IO::Socket::SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue committed Dec 29, 2024
1 parent 72fb393 commit 08580d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/docker/install-everything.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if [ -f /etc/alpine-release ]; then

# Install cpanm
curl -L https://cpanmin.us | perl - --sudo App::cpanminus
cpanm IO::Socket::SSL
cpanm IO::Socket::SSL --notest

else # Those packages don't exist on 3.12
apk add perl perl-io-socket-ssl perl-dev s6-overlay libjxl
Expand Down

0 comments on commit 08580d6

Please sign in to comment.