Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amandine PERRIN
pipeline_annotation
Commits
e15848c1
Commit
e15848c1
authored
Feb 14, 2019
by
Amandine PERRIN
Browse files
add installation of git for mmseqs-and-fastme image
parent
bdc5319f
Pipeline
#9613
canceled with stage
in 7 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
for_build/mmseqs_and_fastme/Dockerfile
View file @
e15848c1
...
...
@@ -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
&&
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment