From 68db3084e099f839643fd53d4a9c37ebcb158ea0 Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Sun, 11 Jul 2021 15:34:32 +0400 Subject: [PATCH] Update .gitpod.Dockerfile --- .gitpod.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/*