From 43beed7d78a86a076067e347fc6f4b387eb17908 Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Thu, 11 Jan 2018 09:39:26 +0100 Subject: [PATCH] Small typo --- for_tests/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/for_tests/Dockerfile b/for_tests/Dockerfile index ec961d18..60e309b6 100644 --- a/for_tests/Dockerfile +++ b/for_tests/Dockerfile @@ -60,12 +60,14 @@ RUN make clean &&\ make &&\ make install + # Install FastTree WORKDIR /tmp RUN wget http://www.microbesonline.org/fasttree/FastTree.c &&\ gcc -DOPENMP -fopenmp -DUSE_DOUBLE -Wall -O3 -finline-functions -funroll-loops -o FastTreeMP FastTree.c -lm &&\ ln -s /tmp/FastTreeMP /usr/local/bin + # Install FastME WORKDIR /tmp RUN apt-get install -y automake &&\ @@ -75,6 +77,7 @@ RUN ./configure &&\ make &&\ make install + # Install quicktree WORKDIR /tmp RUN git clone https://github.com/tseemann/quicktree -- GitLab