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

changes for building annote and 1tree

parent b033ec7b
No related branches found
No related tags found
No related merge requests found
Pipeline #11612 failed
from ubuntu:16.04 from ubuntu:latest
# Update apt-get packages # Update apt-get packages
RUN apt-get update &&\ RUN apt-get update &&\
...@@ -6,12 +6,16 @@ RUN apt-get update &&\ ...@@ -6,12 +6,16 @@ RUN apt-get update &&\
# Install package needed # Install package needed
RUN apt-get install -y \ RUN apt-get install -y \
python3\
git \
wget \ wget \
python3-pip python3-pip
# Update pip
# Upgrade pip
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip
# Install prokka: # Install prokka:
WORKDIR /tmp WORKDIR /tmp
RUN apt-get install -y\ RUN apt-get install -y\
......
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