This commit is contained in:
2021-07-11 11:59:43 +00:00
parent 68db3084e0
commit b0cc502ab5
4 changed files with 69 additions and 4 deletions

8
.gitpod.Dockerfile vendored
View File

@@ -3,11 +3,13 @@
FROM gitpod/workspace-full:latest
USER root
RUN apt-get update && apt-get install -y mc
RUN apt-get update && apt-get install -y mc rsync
# ADD gitpod/install.sh /tmp/install.sh
ADD gitpod/install.sh /tmp/install.sh
ADD gitpod/package.json /tmp/package.json
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/*