allow RO ip-address to be a semicolon separated list
[osm/LCM.git] / Dockerfile.local
index 64036b8..7c4684f 100644 (file)
@@ -19,7 +19,7 @@ FROM ubuntu:16.04
 WORKDIR /app/LCM/osm_lcm
 
 RUN apt-get update && apt-get install -y git tox python3 \
-    python3-pip python3-aiohttp \
+    python3-pip python3-aiohttp python3-jinja2 \
     && pip3 install pip==9.0.3 \
     && pip3 install -U 'PyYAML==3.*' 'aiohttp==0.20.2' flake8
 
@@ -84,5 +84,5 @@ ADD . /app/LCM
 # Run app.py when the container launches
 CMD ["python3", "lcm.py"]
 
-# HEALTHCHECK --interval=30 --timeout=140 --retries=1 \
+# HEALTHCHECK --interval=120s --timeout=15s --retries=1 \
 #     CMD python3 lcm.py --health-check || exit 1