diff --git a/Dockerfile b/Dockerfile index 18af6fb..4ee6bda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM rust:1.67 -RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh \ No newline at end of file +RUN apt update && \ + sudo apt install gcc-multilib && \ + curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh \ No newline at end of file