File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.18
1+ FROM alpine:3.20
22RUN apk update
33RUN apk add clang lld git make llvm
44
@@ -7,8 +7,8 @@ RUN git clone https://github.com/CraneStation/wasi-libc.git && \
77 make install INSTALL_DIR=/opt/wasi-libc && \
88 rm -rf /wasi-libc
99
10- RUN mkdir -p /usr/lib/llvm16 /lib/clang/16 /lib/wasi/ && \
11- wget -O /usr/lib/llvm16 /lib/clang/16 /lib/wasi/libclang_rt.builtins-wasm32.a https://github.com/jedisct1/libclang_rt.builtins-wasm32.a/blob/master/precompiled/llvm-15-to-16 /libclang_rt.builtins-wasm32.a?raw=true
10+ RUN mkdir -p /usr/lib/llvm17 /lib/clang/17 /lib/wasi/ && \
11+ wget -O /usr/lib/llvm17 /lib/clang/17 /lib/wasi/libclang_rt.builtins-wasm32.a https://github.com/jedisct1/libclang_rt.builtins-wasm32.a/blob/master/precompiled/llvm-17 /libclang_rt.builtins-wasm32.a?raw=true
1212
1313RUN mkdir /src && chown nobody /src
1414USER nobody
You can’t perform that action at this time.
0 commit comments