wasm-pack/Dockerfile

3 lines
103 B
Docker
Raw Normal View History

2023-02-16 20:26:45 +01:00
FROM rust:1.64.0-alpine3.16
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh