FROM rust:1.64.0-alpine3.16 RUN apk add curl libc-dev && \ curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh