Skip to content

Commit c93bb47

Browse files
authored
chore: fix musl build dockerfile (databendlabs#14790)
1 parent dfcc805 commit c93bb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build-tool/musl/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV MUSL_TARGET ${ARCH}-linux-musl
66
ENV MUSL_RUST_TARGET ${ARCH}-unknown-linux-musl
77

88
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 && \
9+
tar -xzf /tmp/musl-cross-make.tar.gz -C /tmp && \
1010
cd /tmp/musl-cross-make-* && \
1111
make install "-j$(nproc)" \
1212
OUTPUT=/usr/local/ \

0 commit comments

Comments
 (0)