Skip to content

Commit

Permalink
update ant version #36
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed Jun 12, 2024
1 parent 82e36f2 commit 2a461a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,14 @@ RUN cd /tmp/ \


# Install Apache Ant
RUN curl -k -fsSL -o /tmp/apache-ant-1.10.12-bin.tar.gz https://dlcdn.apache.org//ant/binaries/apache-ant-1.10.12-bin.tar.gz \
RUN curl -k -fsSL -o /tmp/apache-ant-bin.tar.gz https://dlcdn.apache.org//ant/binaries/apache-ant-1.10.14-bin.tar.gz \
&& cd /tmp/ \
&& tar fxz /tmp/apache-ant-1.10.12-bin.tar.gz
&& tar fxz /tmp/apache-ant-bin.tar.gz \
&& mv /tmp/apache-ant-1.10.14 /tmp/apache-ant

ENV JAVA_HOME=/tmp/jdk17.0.5-linux
ENV ANT_HOME=/tmp/apache-ant-1.10.12
ENV PATH=/tmp/jdk17.0.5-linux/bin:/tmp/apache-ant-1.10.12/bin:$PATH
ENV PATH=/tmp/jdk17.0.5-linux/bin:/tmp/apache-ant/bin:$PATH


# get beast2.7
Expand Down

0 comments on commit 2a461a3

Please sign in to comment.