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

Put back jre in all dockerfiles

parent c216f3a6
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -12,6 +12,7 @@ RUN apt-get install -y \ ...@@ -12,6 +12,7 @@ RUN apt-get install -y \
libxml-simple-perl \ libxml-simple-perl \
libdigest-md5-perl \ libdigest-md5-perl \
git \ git \
default-jre \
bioperl bioperl
# Update pip # Update pip
......
...@@ -12,6 +12,7 @@ RUN apt-get install -y \ ...@@ -12,6 +12,7 @@ RUN apt-get install -y \
libdigest-md5-perl \ libdigest-md5-perl \
git \ git \
python3-pip \ python3-pip \
default-jre \
bioperl bioperl
# Update pip # Update pip
......
...@@ -19,6 +19,7 @@ RUN apt-get install -y\ ...@@ -19,6 +19,7 @@ RUN apt-get install -y\
libxml-simple-perl \ libxml-simple-perl \
libdigest-md5-perl \ libdigest-md5-perl \
git \ git \
default-jre \
bioperl bioperl
RUN git clone https://github.com/tseemann/prokka.git RUN git clone https://github.com/tseemann/prokka.git
RUN /tmp/prokka/bin/prokka --setupdb RUN /tmp/prokka/bin/prokka --setupdb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment