soiz1 commited on
Commit
a2cf63b
·
verified ·
1 Parent(s): 17d0f36

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN rustup update stable
15
  RUN curl -L https://github.com/WebAssembly/binaryen/releases/download/version_123/binaryen-version_123-x86_64-linux.tar.gz \
16
  | tar -xz -C /usr/local --strip-components=1
17
 
18
- RUN cargo update
19
  RUN cargo install wasm-bindgen-cli
20
  RUN cargo install wasm-snip
21
  RUN apt-get update && apt-get install -y binaryen
 
15
  RUN curl -L https://github.com/WebAssembly/binaryen/releases/download/version_123/binaryen-version_123-x86_64-linux.tar.gz \
16
  | tar -xz -C /usr/local --strip-components=1
17
 
18
+ RUN cd /app/rewriter && cargo update
19
  RUN cargo install wasm-bindgen-cli
20
  RUN cargo install wasm-snip
21
  RUN apt-get update && apt-get install -y binaryen