wasm-pack/Dockerfile

5 lines
149 B
Docker
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:42:53 +01:00
RUN apt update && \
sudo apt install gcc-multilib && \
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh