minor bug fixes in dockerfile for lightweight build
Change-Id: I6f941e5e425fa27ee0cdb37996b109d4ea3ef8a8
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/lcm/Dockerfile b/lcm/Dockerfile
index f27dadf..15e14ef 100644
--- a/lcm/Dockerfile
+++ b/lcm/Dockerfile
@@ -6,7 +6,7 @@
# 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