X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=lcm%2FDockerfile;h=b603c13e17fe796bc59c27e494f072af68ec2f7b;hb=ae501920e1c0e03c8571bece610dd5518e6e86b9;hp=15e14ef1cc34bebed190f3fcd966bb02fc2c26e3;hpb=c887cc2fdd02c898ecd1f08d6927043027fd07eb;p=osm%2FRO.git diff --git a/lcm/Dockerfile b/lcm/Dockerfile index 15e14ef1..b603c13e 100644 --- a/lcm/Dockerfile +++ b/lcm/Dockerfile @@ -8,15 +8,15 @@ ADD . /app RUN apt-get update && apt-get install -y git python3 \ python3-pip python3-pymongo python3-yaml python3-aiohttp \ - && pip3 install aiokafka \ + && pip3 install aiokafka juju \ && mkdir -p /app/storage/kafka && mkdir -p /app/log LABEL Maintainer="alfonso.tiernosepulveda@telefonica.com" \ Description="This implements a north bound interface for OSM" \ - Version="1.0" - # Author="Alfonso Tierno" + Version="1.0" \ + Author="Alfonso Tierno" # Used for local storage VOLUME /app/storage