From: garciadeblas Date: Tue, 6 Feb 2018 14:46:30 +0000 (+0100) Subject: minor bug fixes in dockerfile for lightweight build X-Git-Tag: v3.0.3~3 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=aa7d077f4ddccc4887dc6007d6a81c1336013955;p=osm%2FRO.git minor bug fixes in dockerfile for lightweight build Change-Id: I6f941e5e425fa27ee0cdb37996b109d4ea3ef8a8 Signed-off-by: garciadeblas --- diff --git a/lcm/Dockerfile b/lcm/Dockerfile index f27dadf4..15e14ef1 100644 --- a/lcm/Dockerfile +++ b/lcm/Dockerfile @@ -6,7 +6,7 @@ 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 \ && mkdir -p /app/storage/kafka && mkdir -p /app/log