From 2c2b202de8625c574e1b471378e011ce0ab1826f Mon Sep 17 00:00:00 2001
From: Amandine PERRIN <amandine.perrin@pasteur.fr>
Date: Mon, 7 Oct 2019 14:03:59 +0200
Subject: [PATCH] small error dockerfile for test image

---
 for_tests/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/for_tests/Dockerfile b/for_tests/Dockerfile
index 5989324d..bef43f35 100644
--- a/for_tests/Dockerfile
+++ b/for_tests/Dockerfile
@@ -79,7 +79,7 @@ RUN make clean &&\
 # Install FastTree version 2.1.11 Double precision (No SSE3)
 WORKDIR /tmp
 RUN wget http://www.microbesonline.org/fasttree/FastTree.c &&\
-    gcc -DOPENMP -fopenmp -DUSE_DOUBLE -Wall -O3 -finline-functions -funroll-loops -o FastTreeMP astTree.c -lm &&\
+    gcc -DOPENMP -fopenmp -DUSE_DOUBLE -Wall -O3 -finline-functions -funroll-loops -o FastTreeMP FastTree.c -lm &&\
     ln -s /tmp/FastTre#eMP /usr/local/bin## Install FastME FastME 2.1.6.1
 WORKDIR /tmp
 RUN apt-get install -y automake  &&\
-- 
GitLab