This commit is contained in:
2021-08-20 11:38:49 +02:00
parent f1f9458f3e
commit 0518bcbfc5
4 changed files with 41 additions and 23 deletions

8
.gitpod.Dockerfile vendored
View File

@@ -3,13 +3,11 @@
FROM gitpod/workspace-full:latest
USER root
RUN apt-get update && apt-get install -y mc rsync
#prepare for gitpod nodejs env
RUN rm -f /tmp/install_docker.sh && curl -s -o /tmp/install_docker.sh https://raw.githubusercontent.com/threefoldfoundation/data_threefold/development/gitpod_scripts/install_docker.sh && bash /tmp/install_docker.sh
RUN apt-get update && apt-get install -y redis-server mc
# RUN apt-get clean && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*
USER gitpod
# ENTRYPOINT [ "/usr/bin/bash" ]
# ENTRYPOINT [ "entrypoint.sh" ]