From aa7d077f4ddccc4887dc6007d6a81c1336013955 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 6 Feb 2018 15:46:30 +0100 Subject: [PATCH] minor bug fixes in dockerfile for lightweight build Change-Id: I6f941e5e425fa27ee0cdb37996b109d4ea3ef8a8 Signed-off-by: garciadeblas --- lcm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1