From: garciadeblas Date: Sun, 5 Jul 2020 07:43:07 +0000 (+0000) Subject: LCM Dockerfile: added grpclib X-Git-Tag: release-v9.0-start~71 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F32%2F9632%2F2;p=osm%2Fdevops.git LCM Dockerfile: added grpclib Change-Id: I808c6817cd112a3a4b50223344e104e3238665ea Signed-off-by: garciadeblas (cherry picked from commit f04b99d63ea4404e604c92fbf435748d2fa5f913) --- diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 71ab600d..5733f227 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -79,6 +79,8 @@ RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} LCM N RUN python3 -m pip install -U "cffi==1.13.2" +RUN python3 -m pip install grpcio-tools grpclib + ARG LCM_VERSION ARG COMMON_VERSION ARG N2VC_VERSION @@ -89,8 +91,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ python3-n2vc${N2VC_VERSION} \ && rm -rf /var/lib/apt/lists/* -EXPOSE 9999 - LABEL Maintainer="alfonso.tiernosepulveda@telefonica.com" \ Description="This implements life cycle management engine for OSM" \ Version="1.0" \