diff --git a/for_tests/Dockerfile b/for_tests/Dockerfile
index bef43f3557f3bb37faf27715cff1f9629ce936a2..5782544396f8001d22e8b58b4870b69b10ffed80 100644
--- a/for_tests/Dockerfile
+++ b/for_tests/Dockerfile
@@ -80,7 +80,9 @@ RUN make clean &&\
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/FastTre#eMP /usr/local/bin## Install FastME FastME 2.1.6.1
+ ln -s /tmp/FastTreeMP /usr/local/bin
+
+## Install FastME FastME 2.1.6.1
WORKDIR /tmp
RUN apt-get install -y automake &&\
git clone https://gite.lirmm.fr/atgc/FastME.git