X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile.local;h=7c4684f2d009df03e9fc835c19884b840fcf21e8;hb=f79bff4957552d5539b2b2cb0c445d0d020de78f;hp=64036b8a9649670b784717da058bf6149ebb5d93;hpb=f7e0a648a319dd744df5d650023eab774ebfcdbb;p=osm%2FLCM.git diff --git a/Dockerfile.local b/Dockerfile.local index 64036b8..7c4684f 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -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