Skip to content

Commit 714d3cd

Browse files
committed
Install alpine maturin from apk on alpine
1 parent 5f42e2b commit 714d3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG package_version
1414
RUN if which apk ; then apk add python3-dev libffi-dev libevent-dev build-base bash; fi
1515

1616
# Install rust on alpine if not using linux/arm/v7
17-
RUN bash -c 'if which apk && [[ "$TARGETPLATFORM" != "linux/arm/v7" ]] ; then apk add cargo rust gcc musl-dev; fi'
17+
RUN bash -c 'if which apk && [[ "$TARGETPLATFORM" != "linux/arm/v7" ]] ; then apk add cargo rust gcc musl-dev maturin; fi'
1818

1919

2020
# Install packaer and build all dependencies.

0 commit comments

Comments
 (0)