X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=Dockerfile;h=68c78503e6384f9a275e9e781a198f04a3674d4e;hp=29d8376644c4a7db02d73c30372ff8807d19ebbd;hb=0f98af53b320c8244b58d0d8751e28e157949e8e;hpb=f27c79b67671934005fa1691158c363e2b686e77 diff --git a/Dockerfile b/Dockerfile index 29d8376..68c7850 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app/osm_nbi # Copy the current directory contents into the container at /app ADD . /app -RUN apt-get update && apt-get -y install git python3 \ +RUN apt-get update && apt-get -y install git python3 python3-jsonschema \ python3-cherrypy3 python3-pymongo python3-yaml python3-pip \ && pip3 install aiokafka \ && mkdir -p /app/storage/kafka && mkdir -p /app/log