X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FNBI%2FDockerfile;fp=docker%2FNBI%2FDockerfile;h=c8ac78f838fc2c1ac67ff80013e1afc255d87110;hb=e5fd208248a496cd798a66cb27216e83f2852a76;hp=af03e3b6dc95caf04446007d16a358644e5ed7c2;hpb=9687207f24cc4ff95c6b0bd147d658c99c47ab93;p=osm%2Fdevops.git diff --git a/docker/NBI/Dockerfile b/docker/NBI/Dockerfile index af03e3b6..c8ac78f8 100644 --- a/docker/NBI/Dockerfile +++ b/docker/NBI/Dockerfile @@ -22,7 +22,7 @@ FROM ubuntu:18.04 RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install curl software-properties-common -RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git python3 python3-dev python3-pip python3-yaml +RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git python3 python3-dev python3-pip RUN python3 -m pip install --upgrade pip