X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FLCM%2FDockerfile;h=3ccb343512faceeefdbf0007325c7f544f7c8f43;hb=45a6b9d19e387e82ef80141fab27be076e3a9f74;hp=0a2344e36bcfcbbd80379ec0391de7cc2e6f8c35;hpb=84e74693b05dbff800c8e0a8c5e5237732d114c5;p=osm%2Fdevops.git diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 0a2344e3..3ccb3435 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -79,7 +79,7 @@ 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 +RUN python3 -m pip install grpcio==1.31.0 grpcio-tools==1.31.0 grpclib==0.3.2 ARG LCM_VERSION ARG COMMON_VERSION