Skip to content

Commit 39b16ee

Browse files
remove wit-bindgen from builder image
1 parent 9138ef0 commit 39b16ee

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

builders/wasm32-unknown-wasi/Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
FROM rust:1.57-buster as wit-bindgen-builder
2-
3-
ARG WIT_BINDGEN_REV=bb33644b4fd21ecf43761f63c472cdfffe57e300
4-
RUN cargo install --git https://github.com/bytecodealliance/wit-bindgen \
5-
--rev $WIT_BINDGEN_REV \
6-
--root /tmp/install wit-bindgen-cli
7-
81
FROM debian:buster
92

103
ARG WASI_SDK_VERSION_MAJOR=14
@@ -53,5 +46,3 @@ RUN set -eux pipefail; \
5346
curl -LO "$wasi_preset_args_url"; \
5447
unzip wasi-preset-args-x86_64-unknown-linux-gnu.zip; \
5548
mv wasi-preset-args /usr/local/bin/wasi-preset-args
56-
57-
COPY --from=wit-bindgen-builder /tmp/install/bin/wit-bindgen /usr/local/bin/wit-bindgen

0 commit comments

Comments
 (0)