minor bug fixes in dockerfile for lightweight build 43/5843/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 6 Feb 2018 14:46:30 +0000 (15:46 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 6 Feb 2018 14:46:30 +0000 (15:46 +0100)
Change-Id: I6f941e5e425fa27ee0cdb37996b109d4ea3ef8a8
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
lcm/Dockerfile

index f27dadf..15e14ef 100644 (file)
@@ -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