Skip to content

Commit 86d2b10

Browse files
authored
fix: missing libffi-dev in Dockerfile which breaks third party plugins (#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
1 parent d2a8b02 commit 86d2b10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN set -eux; \
66
gpg \
77
alpine-sdk \
88
bash \
9+
libffi-dev \
910
;
1011
COPY entrypoint.sh /entrypoint.sh
1112
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)