wasm-pack/Dockerfile

5 lines
147 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 && \
2023-02-16 21:51:49 +01:00
apt install -y gcc-multilib && \
2023-02-16 21:42:53 +01:00
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh