Dorian Zedler
70d701b2ee
All checks were successful
continuous-integration/drone/tag Build is passing
4 lines
No EOL
125 B
Docker
4 lines
No EOL
125 B
Docker
FROM rust:1.64.0-alpine3.16
|
|
|
|
RUN apk add curl && \
|
|
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh |