From 40f63682b2ebda7b6415069e67a00919e9230232 Mon Sep 17 00:00:00 2001 From: fonsecaj Date: Thu, 29 Oct 2020 19:04:26 +0000 Subject: [PATCH] Fixes Bug 1275 and Bug 1273 - aiokafka version freeze 0.6.0 Change-Id: I5226e1d790c37d889fac2e6d8285f41f033e9529 Signed-off-by: fonsecaj (cherry picked from commit 1850e4abd7b58d749443ddc5ca5c2cdbb2d067ca) --- docker/NBI/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/NBI/Dockerfile b/docker/NBI/Dockerfile index f15188d0..d115e08c 100644 --- a/docker/NBI/Dockerfile +++ b/docker/NBI/Dockerfile @@ -25,7 +25,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install curl sof RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git python3 python3-jsonschema \ python3-pymongo python3-yaml python3-pip python3-keystoneclient \ && pip3 install -U pip \ - && python3 -m pip install aiokafka aiohttp cherrypy==18.1.2 pyangbind keystoneauth1 \ + && python3 -m pip install aiokafka==0.6.0 aiohttp cherrypy==18.1.2 pyangbind keystoneauth1 \ && mkdir -p /app/storage/kafka && mkdir -p /app/log ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian -- 2.17.1