diff --git a/scripts/docker/fail-base/Dockerfile b/scripts/docker/fail-base/Dockerfile index 24367fae..fe2bde2b 100644 --- a/scripts/docker/fail-base/Dockerfile +++ b/scripts/docker/fail-base/Dockerfile @@ -119,7 +119,8 @@ RUN wget http://www.aspectc.org/releases/"$acversion"/ac-bin-linux-x86-64bit-"$a ENV PATH=/home/fail/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin # Clone FAIL* -RUN git clone https://github.com/danceos/fail.git +# RUN git clone https://github.com/danceos/fail.git +RUN git clone https://gitea.vps.chriphost.de/christoph/fail WORKDIR fail USER root diff --git a/scripts/docker/fail-demo/Dockerfile b/scripts/docker/fail-demo/Dockerfile index e5d14f5d..26881515 100644 --- a/scripts/docker/fail-demo/Dockerfile +++ b/scripts/docker/fail-demo/Dockerfile @@ -16,7 +16,8 @@ WORKDIR /home/fail RUN echo 'export PATH=$HOME/bin:$PATH' >> ~/.profile \ && echo 'cd $HOME/fail-targets' >> ~/.profile -RUN git clone https://github.com/danceos/fail-targets.git +# RUN git clone https://github.com/danceos/fail-targets.git +RUN git clone https://gitea.vps.chriphost.de/christoph/fail-targets WORKDIR fail RUN mkdir build; cd build