wasm-pack/Dockerfile

3 lines
90 B
Text
Raw Normal View History

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