Skip to content

Commit

Permalink
Merge pull request #12 from sarnold/dep-clean
Browse files Browse the repository at this point in the history
workaround for pip/pystache install issues
  • Loading branch information
sarnold authored Sep 26, 2022
2 parents c4bbaac + 31fcd1b commit f98837b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ 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/
RUN pip install https://github.com/sarnold/gitchangelog/archive/refs/tags/3.0.9.tar.gz

ADD ./gitchangelog-release.rc /gitchangelog-release.rc

Expand Down

0 comments on commit f98837b

Please sign in to comment.