Skip to content

Commit b919e45

Browse files
Dockerfile-musl needs to follow redirects
1 parent a8e4b2b commit b919e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Dockerfile-musl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get install -y --no-install-recommends \
66
musl-tools
77

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

0 commit comments

Comments
 (0)