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

No need to install jre

parent 9381845a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -12,7 +12,6 @@ RUN apt-get install -y \
libdigest-md5-perl \
git \
python3-pip \
default-jre \
bioperl
# Update pip
......
......@@ -19,7 +19,6 @@ RUN apt-get install -y\
libxml-simple-perl \
libdigest-md5-perl \
git \
default-jre \
bioperl
RUN git clone https://github.com/tseemann/prokka.git
RUN /tmp/prokka/bin/prokka --setupdb
......
......@@ -28,7 +28,6 @@ RUN apt-get install -y\
libxml-simple-perl \
libdigest-md5-perl \
git \
default-jre \
bioperl
RUN git clone https://github.com/tseemann/prokka.git
RUN /tmp/prokka/bin/prokka --setupdb
......
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