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

add installation of git for mmseqs-and-fastme image

parent bdc5319f
No related branches found
No related tags found
No related merge requests found
Pipeline #9613 canceled
......@@ -16,7 +16,9 @@ RUN pip3 install --upgrade pip
# Install mmseqs2
WORKDIR /tmp
RUN apt-get install -y cmake &&\
RUN apt-get install -y \
cmake\
git &&\
wget https://mmseqs.com/latest/mmseqs-static_sse41.tar.gz &&\
tar xf mmseqs-static_sse41.tar.gz &&\
rm mmseqs-static_sse41.tar.gz &&\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment