Pin grpc versions 78/9678/1
authorbeierlm <mark.beierl@canonical.com>
Wed, 2 Sep 2020 12:58:10 +0000 (08:58 -0400)
committerbeierlm <mark.beierl@canonical.com>
Wed, 2 Sep 2020 12:58:10 +0000 (08:58 -0400)
Due to new version of grpc being released, the docker build
fails with errors.

Fixes bug 1200

Change-Id: Ifd958708a92a10a13c357fcd4f1960e6889ef89e
Signed-off-by: beierlm <mark.beierl@canonical.com>
docker/LCM/Dockerfile

index 0a2344e..3ccb343 100644 (file)
@@ -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