Add Dockerfile.
This commit is contained in:
parent
85eb74cf8b
commit
f5eee6967c
5
.gitpod.Dockerfile
vendored
Normal file
5
.gitpod.Dockerfile
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM rust
|
||||
|
||||
USER gitpod
|
||||
|
||||
RUN ./install.sh
|
Loading…
Reference in a new issue