Fixes Bug 1275 - aiokafka 0.7.0 dependency added 26/9926/4
authorfonsecaj <jpedrofonseca@av.it.pt>
Thu, 29 Oct 2020 18:35:58 +0000 (18:35 +0000)
committerfonsecaj <jpedrofonseca@av.it.pt>
Fri, 30 Oct 2020 18:23:43 +0000 (20:23 +0200)
Change-Id: I3e7f5e25325dbbb4019e6eac7096ddcbbeee1b07
Signed-off-by: fonsecaj <jpedrofonseca@av.it.pt>
Dockerfile.local

index 2d76bfd..348feff 100644 (file)
@@ -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 dataclasses aiohttp cherrypy==18.1.2 keystoneauth1 requests jsonschema==3.2.0 \
     && mkdir -p /app/storage/kafka && mkdir -p /app/log 
 
 # OSM_COMMON