Skip to content
Snippets Groups Projects
Commit 2c2b202d authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

small error dockerfile for test image

parent 101afc36
No related branches found
No related tags found
No related merge requests found
Pipeline #15910 failed
......@@ -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 &&\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment