Change-Id: I7bc5c2b551c52c2c0d3455deabe02412872ff162
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
&& python3 -m pip install -e /app/common
# python3-pymongo python3-yaml pycrypto aiokafka
+RUN python3 -m pip install \
+ -r /app/common/requirements.txt \
+ -r /app/N2VC/requirements.txt
+
RUN python3 -m pip install grpcio-tools grpclib
RUN mkdir -p /app/storage/kafka && mkdir -p /app/log
# Copy the current directory contents into the container at /app/LCM
ADD . /app/LCM
+RUN python3 -m pip install \
+ -r requirements.txt
+
# Run app.py when the container launches
CMD python3 -m osm_lcm.lcm