osome-iu / hoaxy-backend

Backend component for Hoaxy, a tool to visualize the spread of claims and fact checking
http://hoaxy.iuni.iu.edu/
GNU General Public License v3.0
139 stars 44 forks source link

Dockerfile link update #68

Closed RobertAndion closed 3 years ago

RobertAndion commented 3 years ago

The current docker file fails to build when reaching the RUN step on lines 72 and 73. By changing the link and cp commands to these, it allows it to build however I am not sure if this version is compatible with hoaxy. I have been unable to thoroughly test this.

RUN curl https://downloads.apache.org/ant/ivy/2.5.0/apache-ivy-2.5.0-bin.tar.gz | tar -xz --strip-components=1 \
    && cp ivy-2.5.0.jar /root/.ant/lib/
chathuriw commented 3 years ago

@RobertAndion thank you for the contribution. It works with new ivy version.