diff --git a/for_build/mmseqs_and_fastme/Dockerfile b/for_build/mmseqs_and_fastme/Dockerfile index 2ec88cbd2d95ded855cca5fcf6e32257f4844e39..38fb8e68c05c76f0a4e299bdcd884f509e5ab8ef 100644 --- a/for_build/mmseqs_and_fastme/Dockerfile +++ b/for_build/mmseqs_and_fastme/Dockerfile @@ -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 &&\