From d4cd5cfac3c3c4028575114708eb551d25e1933e Mon Sep 17 00:00:00 2001 From: Morten Linderud Date: Mon, 21 Jan 2019 23:11:51 +0100 Subject: Added slight rewrite of template webserver Moved to flask for more "free" things. Possibly easier to extend in the future. Added argparser so we are able to define settings from the command line. --- build/test/gondul-templating-test.Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build/test') 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 -- cgit v1.2.3