Dorian Zedler
ea9a5667e6
All checks were successful
continuous-integration/drone/push Build is passing
5 lines
No EOL
147 B
Docker
5 lines
No EOL
147 B
Docker
FROM rust:1.67
|
|
|
|
RUN apt update && \
|
|
apt install -y gcc-multilib && \
|
|
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh |