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