Skip to content
Snippets Groups Projects
Commit 1a423a46 authored by garciadeblas's avatar garciadeblas Committed by Mark Beierl
Browse files

LCM Dockerfile: added grpclib


Change-Id: I808c6817cd112a3a4b50223344e104e3238665ea
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
(cherry picked from commit f04b99d6)
parent bfe419af
No related branches found
No related tags found
No related merge requests found
......@@ -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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment