LCM Dockerfile: added grpclib 24/9324/2 v8.0.0rc2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Sun, 5 Jul 2020 07:43:07 +0000 (07:43 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Sun, 5 Jul 2020 09:09:19 +0000 (09:09 +0000)
Change-Id: I808c6817cd112a3a4b50223344e104e3238665ea
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
docker/LCM/Dockerfile

index 1d39df6..2019a83 100644 (file)
@@ -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" \