From 5c68bd95e8f3e916be7152cb6c409377fab43e6b Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 8 Jun 2018 09:23:17 +0200 Subject: [PATCH] Fix Dockerfile to install pip9.0.3 instead of latest pip Change-Id: Id3da61fb9c6bb2f93daedd6c54598aa8bb649e15 Signed-off-by: garciadeblas --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e94793..c30bf91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM ubuntu:16.04 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get -y install git make wget python python-pip debhelper tox && \ - DEBIAN_FRONTEND=noninteractive pip install -U pip && \ + DEBIAN_FRONTEND=noninteractive pip install pip==9.0.3 && \ DEBIAN_FRONTEND=noninteractive pip install -U pyang pyangbind && \ DEBIAN_FRONTEND=noninteractive pip install -U stdeb -- 2.17.1