Skip to content

Commit

Permalink
chore: fix musl build dockerfile (#14790)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Feb 29, 2024
1 parent dfcc805 commit c93bb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build-tool/musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV MUSL_TARGET ${ARCH}-linux-musl
ENV MUSL_RUST_TARGET ${ARCH}-unknown-linux-musl

RUN curl -sSfLo /tmp/musl-cross-make.tar.gz https://github.com/richfelker/musl-cross-make/archive/v0.9.10.tar.gz && \
tar -xzf /tmp/musl-cross-make.tar.gz -d /tmp && \
tar -xzf /tmp/musl-cross-make.tar.gz -C /tmp && \
cd /tmp/musl-cross-make-* && \
make install "-j$(nproc)" \
OUTPUT=/usr/local/ \
Expand Down

0 comments on commit c93bb47

Please sign in to comment.