Spaces:
Sleeping
Sleeping
Commit
·
88e8a9f
1
Parent(s):
06e3d5b
dockerfile
Browse files- Dockerfile +1 -0
- packages.txt +1 -0
Dockerfile
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
RUN apt-get update && apt-get install -y curl && curl https://sh.rustup.rs -sSf | sh -s -- -y
|
packages.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|