X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile.local;h=07c0f2e1a2afefbd5ab4e5b43ba0624eed5c0987;hb=2b611ddf79e7e2b1c3d6f53b0e966da8a4e6a219;hp=64036b8a9649670b784717da058bf6149ebb5d93;hpb=8a5188754662c19e2471e5e7a1172a3bccea669e;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