From 4fbd91690a354f1db39b15f750769d0b37d2a35b Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Tue, 30 Apr 2019 10:16:28 +0200 Subject: [PATCH] Adapt dockerfile to buid test image --- for_tests/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/for_tests/Dockerfile b/for_tests/Dockerfile index 60e309b6..af92d370 100644 --- a/for_tests/Dockerfile +++ b/for_tests/Dockerfile @@ -1,5 +1,4 @@ -from ubuntu:16.04 - +from ubuntu:latest # Update apt-get packages RUN apt-get update &&\ @@ -9,7 +8,8 @@ RUN apt-get update &&\ # Install package needed and update pip RUN apt-get install -y \ wget \ - python3-pip + python3-pip \ + python3 RUN pip3 install --upgrade pip -- GitLab