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 9c7dd79 commit f63f1c3Copy full SHA for f63f1c3
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.21
2
RUN apk update
3
RUN apk add clang lld git make llvm bash curl
4
5
-RUN git clone https://github.com/CraneStation/wasi-libc.git && \
+RUN git clone -b wasi-sdk-27 --depth 1 https://github.com/CraneStation/wasi-libc.git && \
6
cd /wasi-libc && \
7
make install INSTALL_DIR=/opt/wasi-libc && \
8
rm -rf /wasi-libc
0 commit comments