Skip to content

Commit 621a92a

Browse files
authored
Merge pull request #2 from drf5n/patch-1
Update Dockerfile to include bash
2 parents f84bd3f + 68d818d commit 621a92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.18
22
RUN apk update
3-
RUN apk add clang lld git make llvm
3+
RUN apk add clang lld git make llvm bash
44

55
RUN git clone https://github.com/CraneStation/wasi-libc.git && \
66
cd /wasi-libc && \

0 commit comments

Comments
 (0)