We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e4b2b commit b919e45Copy full SHA for b919e45
ci/Dockerfile-musl
@@ -6,7 +6,7 @@ RUN apt-get install -y --no-install-recommends \
6
musl-tools
7
8
RUN \
9
- 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 - && \
10
cd openssl-1.0.2g && \
11
CC=musl-gcc ./Configure --prefix=/openssl no-dso linux-x86_64 -fPIC && \
12
make -j10 && \
0 commit comments