This commit is contained in:
parent
83b8dcc7cf
commit
70d701b2ee
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
FROM rust:1.64.0-alpine3.16
|
||||
|
||||
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||
RUN apk add curl && \
|
||||
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
Loading…
Reference in a new issue