Update .gitpod.Dockerfile
This commit is contained in:
10
.gitpod.Dockerfile
vendored
10
.gitpod.Dockerfile
vendored
@@ -4,13 +4,9 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||||||
USER gitpod
|
USER gitpod
|
||||||
RUN sudo apt-get update && sudo apt install -y redis
|
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 apt-get update && sudo apt-get install -y mc rsync git
|
||||||
RUN git clone https://github.com/crystaluniverse/publishtools.git \
|
|
||||||
&& cp /home/gitpod/publishtools/install.sh /tmp/install.sh \
|
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/
|
||||||
&& cp /home/gitpod/publishtools/build.sh /tmp/build.sh \
|
|
||||||
&& cp -r /home/gitpod//publishtools/publishtools/ /tmp/publishtools/
|
|
||||||
RUN bash /tmp/install.sh
|
|
||||||
RUN cd /tmp && bash /tmp/build.sh
|
|
||||||
RUN sudo apt-get clean && sudo rm -rf /var/cache/apt/* && sudo rm -rf /var/lib/apt/lists/* && sudo rm -rf /tmp/*
|
|
||||||
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 install || echo "try 1"
|
||||||
USER root
|
USER root
|
||||||
RUN cd /tmp && sudo publishtools install --reset
|
RUN cd /tmp && sudo publishtools install --reset
|
||||||
|
|||||||
Reference in New Issue
Block a user