alamin655
commited on
Create .gitpod.Dockerfile
Browse files- .gitpod.Dockerfile +3 -0
.gitpod.Dockerfile
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM gitpod/workspace-rust
|
| 2 |
+
|
| 3 |
+
RUN sudo install-packages redis-server nodejs npm
|