Skip to content

Commit fc28b42

Browse files
committed
fix: add curl package #3
close #3
1 parent 1a2ff74 commit fc28b42

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 bash
3+
RUN apk add clang lld git make llvm bash curl
44

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

0 commit comments

Comments
 (0)