Skip to content

Commit

Permalink
dockerfile (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjt-gupta authored and afeena committed Jul 24, 2019
1 parent b9977ce commit c708d10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker/tanner/template_injection/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c708d10

Please # to comment.