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

Less 'RUN' steps for annote-quicktree image

parent e15848c1
No related branches found
No related tags found
No related merge requests found
Pipeline #9614 failed
...@@ -20,10 +20,10 @@ RUN apt-get install -y\ ...@@ -20,10 +20,10 @@ RUN apt-get install -y\
libdigest-md5-perl \ libdigest-md5-perl \
git \ git \
default-jre \ default-jre \
bioperl bioperl &&\
RUN git clone https://github.com/tseemann/prokka.git git clone https://github.com/tseemann/prokka.git &&\
RUN /tmp/prokka/bin/prokka --setupdb /tmp/prokka/bin/prokka --setupdb &&\
RUN ln -s /tmp/prokka/bin/prokka /usr/local/bin ln -s /tmp/prokka/bin/prokka /usr/local/bin
RUN rm /usr/bin/mafft # remove mafft installed with bioperl RUN rm /usr/bin/mafft # remove mafft installed with bioperl
......
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