soiz1 commited on
Commit
2a91cd9
·
verified ·
1 Parent(s): 3445a00

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
10
 
11
  # パスを通す(cargoを使えるように)
12
  ENV PATH="/root/.cargo/bin:${PATH}"
 
13
 
14
  RUN cargo install wasm-bindgen-cli
15
  RUN cargo install wasm-snip
 
10
 
11
  # パスを通す(cargoを使えるように)
12
  ENV PATH="/root/.cargo/bin:${PATH}"
13
+ RUN rustup update stable
14
 
15
  RUN cargo install wasm-bindgen-cli
16
  RUN cargo install wasm-snip