From fe2fe4e3eaa8ca3a9061637040f57504a4f4843c Mon Sep 17 00:00:00 2001
From: Amandine PERRIN <amandine.perrin@pasteur.fr>
Date: Thu, 11 Jan 2018 15:27:11 +0100
Subject: [PATCH] Install pip3 on ubuntu

---
 for_build/ubuntu/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/for_build/ubuntu/Dockerfile b/for_build/ubuntu/Dockerfile
index f9ea3d31..18dcb47d 100644
--- a/for_build/ubuntu/Dockerfile
+++ b/for_build/ubuntu/Dockerfile
@@ -7,4 +7,5 @@ RUN apt-get update &&\
 # Install package needed
 RUN apt-get install -y \
         python3 \
+        python3-pip \
         git
-- 
GitLab