projects
/
osm
/
RO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c4dbc
)
minor bug fixes in dockerfile for lightweight build
43/5843/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Tue, 6 Feb 2018 14:46:30 +0000
(15:46 +0100)
committer
garciadeblas
<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
patch
|
blob
|
history
diff --git
a/lcm/Dockerfile
b/lcm/Dockerfile
index
f27dadf
..
15e14ef
100644
(file)
--- 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 && ap
t install -y git python3 \
+RUN apt
-get update && apt-ge
t install -y git python3 \
python3-pip python3-pymongo python3-yaml python3-aiohttp \
&& pip3 install aiokafka \
&& mkdir -p /app/storage/kafka && mkdir -p /app/log