X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=Dockerfile;h=c30bf9164a1b1fe0c226fdcd470d99073ccc0f01;hp=1e947936f656753070cfb9f913cc91e76ddd7ba5;hb=5c68bd95e8f3e916be7152cb6c409377fab43e6b;hpb=b0bff10588b7f0c4f15c4278bad936254ef85110;ds=sidebyside 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