diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
index 3265b8c..6210873 100644
--- a/.gitpod.Dockerfile
+++ b/.gitpod.Dockerfile
@@ -1,3 +1 @@
 FROM rust
-
-RUN curl -o rustup-init.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs && sh rustup-init.sh -y