Skip to content

Commit

Permalink
CI installs jinja2 for templating
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin <kevin@stealsyour.pw>
  • Loading branch information
thatarchguy committed Jan 28, 2018
1 parent d27f53e commit c5883dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ python:
- "2.7"

script:
- pip install jinja2
- python report.py
- ls -l
- test -f ./index.html
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM nginx:alpine
RUN apk add --no-cache python && \
python -m ensurepip && \
rm -r /usr/lib/python*/ensurepip && \
pip install --upgrade pip setuptools && \
pip install --upgrade pip setuptools jinja2 && \
rm -r /root/.cache
#Change Working directory
WORKDIR /usr/share/nginx/html
Expand Down

0 comments on commit c5883dd

Please sign in to comment.