X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FDockerfile-local;h=9dc2c93ec51d4f05f3a3a8d958db8a92385cdba8;hb=e72710b0ac189586e822a71a611f87fdce6a917d;hp=caf104b29f354d957c1b3ac49b4dca2a395121dd;hpb=9784f815e716bb99ee0202c5e3567e958db09152;p=osm%2FRO.git diff --git a/docker/Dockerfile-local b/docker/Dockerfile-local index caf104b2..9dc2c93e 100644 --- a/docker/Dockerfile-local +++ b/docker/Dockerfile-local @@ -8,11 +8,11 @@ COPY docker/scripts/ /bin/RO RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get -y install software-properties-common && \ - apt-get update && \ DEBIAN_FRONTEND=noninteractive add-apt-repository -y cloud-archive:ocata && \ + apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get -y install git make python python-pip debhelper && \ DEBIAN_FRONTEND=noninteractive apt-get -y install wget tox && \ - DEBIAN_FRONTEND=noninteractive pip install -U pip && \ + DEBIAN_FRONTEND=noninteractive pip install pip==9.0.3 && \ DEBIAN_FRONTEND=noninteractive pip install -U setuptools setuptools-version-command stdeb && \ DEBIAN_FRONTEND=noninteractive pip install -U pyang pyangbind && \ DEBIAN_FRONTEND=noninteractive apt-get -y install python-yaml python-netaddr python-boto && \