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