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