This commit is contained in:
2021-07-11 12:32:50 +00:00
parent 84ccbd1ffa
commit c5a1e41519
7 changed files with 70 additions and 39 deletions

4
.gitpod.Dockerfile vendored
View File

@@ -5,10 +5,10 @@ FROM gitpod/workspace-full:latest
USER root
RUN apt-get update && apt-get install -y mc rsync
ADD gitpod/install.sh /tmp/install.sh
ADD gitpod/install_docker.sh /tmp/install_docker.sh
ADD gitpod/package.json /tmp/package.json
RUN bash /tmp/install.sh
RUN bash /tmp/install_docker.sh
# RUN apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*