From: beierlm Date: Thu, 4 Mar 2021 21:16:53 +0000 (-0500) Subject: Remove PyYaml apt package X-Git-Tag: branch-sol006v331-start~38 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=refs%2Fchanges%2F55%2F10455%2F1 Remove PyYaml apt package NBI is not building with PyYAML from apt, need to prefer the version from pip instad. Change-Id: Ie2bbf3a9c1dde60b8876f3bd2063dc1649f4904b Signed-off-by: beierlm --- 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