Skip to content

Commit

Permalink
Dockerfile-musl needs to follow redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Sep 30, 2024
1 parent a8e4b2b commit b919e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile-musl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get install -y --no-install-recommends \
musl-tools

RUN \
curl https://www.openssl.org/source/old/1.0.2/openssl-1.0.2g.tar.gz | tar xzf - && \
curl -L https://www.openssl.org/source/old/1.0.2/openssl-1.0.2g.tar.gz | tar xzf - && \
cd openssl-1.0.2g && \
CC=musl-gcc ./Configure --prefix=/openssl no-dso linux-x86_64 -fPIC && \
make -j10 && \
Expand Down

0 comments on commit b919e45

Please sign in to comment.