Update .gitpod.Dockerfile

This commit is contained in:
2021-07-11 15:34:32 +04:00
committed by GitHub
parent d474cd581e
commit 68db3084e0

4
.gitpod.Dockerfile vendored
View File

@@ -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/*