Commit
·
ae53e48
1
Parent(s):
941453d
does it work?
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -41,9 +41,7 @@ RUN npm install
|
|
41 |
|
42 |
|
43 |
# we need Rust
|
44 |
-
RUN curl https://sh.rustup.rs -sSf
|
45 |
-
RUN chmod +x ./rustup.sh
|
46 |
-
RUN sh ./install.sh -y
|
47 |
|
48 |
# SHELL ["/bin/bash", "-c"]
|
49 |
|
|
|
41 |
|
42 |
|
43 |
# we need Rust
|
44 |
+
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
|
|
|
|
45 |
|
46 |
# SHELL ["/bin/bash", "-c"]
|
47 |
|