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

changes for building all images

parent 09da0604
No related branches found
No related tags found
No related merge requests found
Pipeline #11613 failed
from ubuntu:16.04
from ubuntu:latest
# Update apt-get packages
RUN apt-get update &&\
......@@ -6,18 +6,19 @@ RUN apt-get update &&\
# Install package needed
RUN apt-get install -y \
wget \
python3 \
python3-pip \
git \
wget \
libdatetime-perl \
libxml-simple-perl \
libdigest-md5-perl \
git \
default-jre \
bioperl
# Update pip
RUN pip3 install --upgrade pip
# Install barrnap
WORKDIR /tmp
RUN wget https://github.com/tseemann/barrnap/archive/0.8.tar.gz &&\
......
from ubuntu:16.04
from ubuntu:latest
# Update apt-get packages
RUN apt-get update &&\
......@@ -6,20 +6,20 @@ RUN apt-get update &&\
# Install package needed
RUN apt-get install -y \
python3 \
python3-pip \
wget \
python3-pip
# Update pip
RUN pip3 install --upgrade pip
RUN apt-get install -y\
git \
libdatetime-perl \
libxml-simple-perl \
libdigest-md5-perl \
git \
default-jre \
bioperl
# Update pip
RUN pip3 install --upgrade pip
# Install mafft 7.313
RUN rm /usr/bin/mafft # remove mafft installed with bioperl
WORKDIR /tmp
......@@ -29,4 +29,4 @@ RUN wget https://mafft.cbrc.jp/alignment/software/mafft-7.313-with-extensions-sr
WORKDIR /tmp/mafft-7.313-with-extensions/core
RUN make clean &&\
make &&\
make install
\ No newline at end of file
make install
from ubuntu:16.04
from ubuntu:latest
# Update apt-get packages
......@@ -9,7 +9,9 @@ RUN apt-get update &&\
# Install package needed and update pip
RUN apt-get install -y \
wget \
python3-pip
python3 \
python3-pip \
git
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