wasm-pack/Dockerfile

4 lines
134 B
Text
Raw Normal View History

2023-02-16 20:26:45 +01:00
FROM rust:1.64.0-alpine3.16
2023-02-16 21:16:30 +01:00
RUN apk add curl libc-dev && \
2023-02-16 20:32:51 +01:00
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh