Skip to content

Commit

Permalink
fix: missing libffi-dev in Dockerfile which breaks third party pl…
Browse files Browse the repository at this point in the history
…ugins (#60)

This is required to install [`cffi`](https://pypi.org/project/cffi/), which is a transitive dependency of https://github.com/meltano/commitizen-version-bump
  • Loading branch information
WillDaSilva committed Feb 9, 2023
1 parent d2a8b02 commit 86d2b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN set -eux; \
gpg \
alpine-sdk \
bash \
libffi-dev \
;
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 86d2b10

Please sign in to comment.