Trickshotblaster commited on
Commit
88e8a9f
·
1 Parent(s): 06e3d5b

dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -0
  2. 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