Update .gitpod.Dockerfile
This commit is contained in:
4
.gitpod.Dockerfile
vendored
4
.gitpod.Dockerfile
vendored
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user