Skip to content

Commit 38b3062

Browse files
committed
chore: fix armhf build
1 parent 6063e4a commit 38b3062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ COPY build_helpers/* /tmp/
3434
# Install dependencies
3535
COPY --chown=ftuser:ftuser requirements.txt /freqtrade/
3636
USER ftuser
37-
RUN pip install --user --no-cache-dir "numpy<3.0" \
37+
RUN pip install --user --prefer-binary --no-cache-dir "numpy<3.0" build \
3838
&& pip install --user --no-index --find-links /tmp/ pyarrow TA-Lib \
3939
&& pip install --user --no-cache-dir -r requirements.txt
4040

0 commit comments

Comments
 (0)