diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index c0f108c22..057591c5e 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -5,9 +5,9 @@ FROM gitpod/workspace-full:latest USER root RUN apt-get update && apt-get install -y mc -ADD gitpod/install.sh /tmp/install.sh +# ADD gitpod/install.sh /tmp/install.sh -RUN bash /tmp/install.sh +# RUN bash /tmp/install.sh # RUN apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*