From 09da06049c82d7711ef28012644476a52ee97dae Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Tue, 30 Apr 2019 10:06:00 +0200 Subject: [PATCH] changes for building annote and 1tree --- for_build/annote_and_1tree/Dockerfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/for_build/annote_and_1tree/Dockerfile b/for_build/annote_and_1tree/Dockerfile index b1ca7f49..4ff9d5d6 100644 --- a/for_build/annote_and_1tree/Dockerfile +++ b/for_build/annote_and_1tree/Dockerfile @@ -1,4 +1,4 @@ -from ubuntu:16.04 +from ubuntu:latest # Update apt-get packages RUN apt-get update &&\ @@ -6,12 +6,16 @@ RUN apt-get update &&\ # Install package needed RUN apt-get install -y \ + python3\ + git \ wget \ python3-pip -# Update pip + +# Upgrade pip RUN pip3 install --upgrade pip + # Install prokka: WORKDIR /tmp RUN apt-get install -y\ -- GitLab