aboutsummaryrefslogtreecommitdiffstats
path: root/build/test
diff options
context:
space:
mode:
authorMorten Linderud <morten@linderud.pw>2019-01-21 23:11:51 +0100
committerMorten Linderud <morten@linderud.pw>2019-01-21 23:40:32 +0100
commitd4cd5cfac3c3c4028575114708eb551d25e1933e (patch)
treef9bcf4d5a1a6b63e46cfd6f62f6780962a8874b3 /build/test
parent4f9cd6706692eb6b1a000efb37cfe76e202e6d07 (diff)
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.
Diffstat (limited to 'build/test')
-rw-r--r--build/test/gondul-templating-test.Dockerfile6
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