diff options
author | Kristian Lyngstøl <kly@kly.no> | 2019-01-23 14:03:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-23 14:03:10 +0100 |
commit | 019a08a93ffa203d7c3ba083f5c8e5a48f7e01b4 (patch) | |
tree | 3d03c1ff55a833ec40180612ad8372a7f45b0cc8 /build/test | |
parent | 4f9cd6706692eb6b1a000efb37cfe76e202e6d07 (diff) | |
parent | aa28da05ce5514e1336f105124cc63cd67c22511 (diff) |
Merge pull request #200 from Foxboron/foxboron/template-rewrite
Added slight rewrite of template webserver
Diffstat (limited to 'build/test')
-rw-r--r-- | build/test/gondul-templating-test.Dockerfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build/test/gondul-templating-test.Dockerfile b/build/test/gondul-templating-test.Dockerfile index 80c09c0..6dabc9c 100644 --- a/build/test/gondul-templating-test.Dockerfile +++ b/build/test/gondul-templating-test.Dockerfile @@ -1,7 +1,9 @@ FROM debian:jessie RUN apt-get update -RUN apt-get -y install \ - python3-jinja2 \ +RUN apt-get -y install \ + python3-jinja2 \ + python3-netaddr \ + python3-flask \ python3-requests RUN mkdir -p /opt/gondul |