Skip to content

Commit

Permalink
Merge pull request #10 from sarnold/force-pystache
Browse files Browse the repository at this point in the history
add workaround for missing pystache module
  • Loading branch information
sarnold authored Sep 14, 2022
2 parents 22d2484 + 10599bf commit c4bbaac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ RUN apk --no-cache add \
git \
py3-pip

RUN pip install pystache>=0.6.0 --prefer-binary \
-f https://github.com/sarnold/pystache/releases/

RUN pip install gitchangelog>=3.0.9 --prefer-binary \
-f https://github.com/sarnold/gitchangelog/releases/

Expand Down

0 comments on commit c4bbaac

Please sign in to comment.