X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lcm%2FDockerfile;h=b603c13e17fe796bc59c27e494f072af68ec2f7b;hb=ae501920e1c0e03c8571bece610dd5518e6e86b9;hp=f27dadf48f2a35c29c1c042615cfcff9709eb65b;hpb=f3c4dbc42e206bcc0d4d3369f6d0d156d7ffe669;p=osm%2FRO.git diff --git a/lcm/Dockerfile b/lcm/Dockerfile index f27dadf4..b603c13e 100644 --- a/lcm/Dockerfile +++ b/lcm/Dockerfile @@ -6,17 +6,17 @@ WORKDIR /app/osm_lcm # Copy the current directory contents into the container at /app ADD . /app -RUN apt update && apt install -y git python3 \ +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