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