diff --git a/Dockerfile b/Dockerfile index 05cb165..df2d037 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ FROM rust:1.64.0-alpine3.16 -RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh \ No newline at end of file +RUN apk add curl && \ + curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh \ No newline at end of file