From 59793fe76a0ee8ac94f120230faaa3b60466458e Mon Sep 17 00:00:00 2001 From: fonsecaj Date: Thu, 29 Oct 2020 18:35:58 +0000 Subject: [PATCH] Fixes Bug 1275 - aiokafka version freeze Change-Id: I3e7f5e25325dbbb4019e6eac7096ddcbbeee1b07 Signed-off-by: fonsecaj (cherry picked from commit c3ee9cb2997aa717529e3e8936370084defcfde0) --- Dockerfile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.local b/Dockerfile.local index 075c496..3befab0 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -23,7 +23,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN apt-get update && apt-get install -y git python3 \ python3-pymongo python3-yaml python3-pip python3-keystoneclient \ && python3 -m pip install pip --upgrade \ - && python3 -m pip install aiokafka aiohttp cherrypy==18.1.2 keystoneauth1 requests jsonschema==3.2.0 \ + && python3 -m pip install aiokafka==0.6.0 aiohttp cherrypy==18.1.2 keystoneauth1 requests jsonschema==3.2.0 \ && mkdir -p /app/storage/kafka && mkdir -p /app/log # OSM_COMMON -- 2.17.1