dockerfile: replace links to fail/fail-targets with my forks
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user