diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index d6c86ef0..d655fcf5 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,3 +1,3 @@ -FROM rust +FROM gitpod/workspace-full -RUN find / -name "install.sh" +RUN ./install.sh