From: David Garcia Date: Thu, 14 Nov 2019 09:05:06 +0000 (+0100) Subject: Fix cffi version to match the latest stable X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=8c3630e0f666cffd8c00de5dda395b87990005e1;p=osm%2Fdevops.git Fix cffi version to match the latest stable Change-Id: Id0e956bd07f0ca12df9375d6cc85c83aa2837334 Signed-off-by: David Garcia --- diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 145a2518..11dd71d7 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y git make python3 \ && pip3 install -U aiokafka pyang lxml six enum34 \ && pip3 install websockets==4.0.1 \ && pip3 install requests \ - && pip3 install cffi==1.5.2 \ + && pip3 install cffi==1.13.2 \ && rm -rf /var/lib/apt/lists/* # packages needed for N2VC because deb dependencies are not fine