From 177d8ed4cf3a7127119e012ffc02585a9c402119 Mon Sep 17 00:00:00 2001 From: hamdy Date: Thu, 8 Jul 2021 14:27:49 +0200 Subject: [PATCH] use threefolddev image instead of gitpod --- .gitpod.Dockerfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index e8eb6cfa2..323a0eee6 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,13 +1,9 @@ -FROM gitpod/workspace-full:latest +FROM threefolddev/publishtools:latest ENV DEBIAN_FRONTEND=noninteractive USER gitpod -RUN sudo apt-get update && sudo apt install -y redis -RUN sudo apt-get update && sudo apt-get install -y mc rsync git -RUN sudo wget https://github.com/crystaluniverse/publishtools/releases/download/first/publishtools_linux -O publishtools && sudo chmod +x publishtools && sudo cp /home/gitpod/publishtools /usr/local/bin/ - -RUN cd /tmp && wget https://raw.githubusercontent.com/threefoldfoundation/www_threefold_io/development/sites.json && sudo publishtools install || echo "try 1" +RUN cd /tmp && wget https://raw.githubusercontent.com/threefoldfoundation/www_threefold_io/development/sites.json && sudo publishtools update && sudo publishtools install || echo "try 1" USER root RUN cd /tmp && sudo publishtools install --reset