We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcc805 commit c93bb47Copy full SHA for c93bb47
docker/build-tool/musl/Dockerfile
@@ -6,7 +6,7 @@ ENV MUSL_TARGET ${ARCH}-linux-musl
6
ENV MUSL_RUST_TARGET ${ARCH}-unknown-linux-musl
7
8
RUN curl -sSfLo /tmp/musl-cross-make.tar.gz https://github.com/richfelker/musl-cross-make/archive/v0.9.10.tar.gz && \
9
- tar -xzf /tmp/musl-cross-make.tar.gz -d /tmp && \
+ tar -xzf /tmp/musl-cross-make.tar.gz -C /tmp && \
10
cd /tmp/musl-cross-make-* && \
11
make install "-j$(nproc)" \
12
OUTPUT=/usr/local/ \
0 commit comments