diff --git a/docker/tanner/template_injection/Dockerfile b/docker/tanner/template_injection/Dockerfile new file mode 100644 index 00000000..d9594960 --- /dev/null +++ b/docker/tanner/template_injection/Dockerfile @@ -0,0 +1,10 @@ +FROM alpine + +RUN apk -U --no-cache add \ + python3 + +RUN pip3 install --upgrade pip && \ + pip3 install --no-cache-dir \ + tornado \ + jinja2 \ + mako