We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f42e2b commit 714d3cdCopy full SHA for 714d3cd
dockerfile
@@ -14,7 +14,7 @@ ARG package_version
14
RUN if which apk ; then apk add python3-dev libffi-dev libevent-dev build-base bash; fi
15
16
# 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'
+RUN bash -c 'if which apk && [[ "$TARGETPLATFORM" != "linux/arm/v7" ]] ; then apk add cargo rust gcc musl-dev maturin; fi'
18
19
20
# Install packaer and build all dependencies.
0 commit comments