X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FLCM%2FDockerfile;h=2019a836fdc3d3bc7a8d0820965b1abea61269e4;hb=refs%2Fchanges%2F57%2F9357%2F1;hp=1d39df6007181eb5729b652fda467552e9fcc325;hpb=8af7f0d037d70ef7d5835831bd7dea4be3aa1ee6;p=osm%2Fdevops.git diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 1d39df60..2019a836 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 @@ -88,8 +90,6 @@ RUN apt-get update && apt-get install -y python3-osm-lcm${LCM_VERSION} \ 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" \