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 1a2ff74 commit fc28b42Copy full SHA for fc28b42
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:3.18
2
RUN apk update
3
-RUN apk add clang lld git make llvm bash
+RUN apk add clang lld git make llvm bash curl
4
5
RUN git clone https://github.com/CraneStation/wasi-libc.git && \
6
cd /wasi-libc && \
0 commit comments