This commit is contained in:
2021-07-11 13:16:14 +00:00
parent a2756e17d3
commit c860ed1525
3 changed files with 1 additions and 96 deletions

2
.gitpod.Dockerfile vendored
View File

@@ -6,7 +6,7 @@ USER root
RUN apt-get update && apt-get install -y mc rsync
ADD gitpod/install_docker.sh /tmp/install_docker.sh
ADD gitpod/package.json /tmp/package.json
ADD package.json /tmp/package.json
RUN bash /tmp/install_docker.sh