wasm-pack/Dockerfile
Dorian Zedler 84d6fd2fd4
All checks were successful
continuous-integration/drone/tag Build is passing
Fix: add musl
2023-02-16 21:16:30 +01:00

4 lines
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