dockerfile: replace links to fail/fail-targets with my forks
This commit is contained in:
@ -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
|
ENV PATH=/home/fail/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
|
|
||||||
# Clone FAIL*
|
# 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
|
WORKDIR fail
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|||||||
@ -16,7 +16,8 @@ WORKDIR /home/fail
|
|||||||
RUN echo 'export PATH=$HOME/bin:$PATH' >> ~/.profile \
|
RUN echo 'export PATH=$HOME/bin:$PATH' >> ~/.profile \
|
||||||
&& echo 'cd $HOME/fail-targets' >> ~/.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
|
WORKDIR fail
|
||||||
RUN mkdir build; cd build
|
RUN mkdir build; cd build
|
||||||
|
|||||||
Reference in New Issue
Block a user