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

Install bioperl in docker for install

parent cd49daf3
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -11,7 +11,8 @@ RUN apt-get install -y \
libdatetime-perl \
libxml-simple-perl \
libdigest-md5-perl \
git
git \
bioperl
# Update pip
RUN pip3 install --upgrade pip
......
......@@ -11,7 +11,9 @@ RUN apt-get install -y \
libxml-simple-perl \
libdigest-md5-perl \
git \
python3-pip
python3-pip \
default-jre \
bioperl
# Update pip
RUN pip3 install --upgrade pip
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