Update Dockerfile
Browse files- 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
|