X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FLCM%2FDockerfile;h=5733f2275f889027580db1ab7eadd47649b0deb2;hb=1a423a467dca38dab970ea9e0f7480be1f2dfc83;hp=71ab600dacd4bc18753411daad7d72a0f61f32de;hpb=bfe419af3611107c6b330c0249a6ea365f1aec1b;p=osm%2Fdevops.git 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" \