Skip to content

Commit a6d2bc5

Browse files
committed
chore: fix docker armhf build
1 parent 3e14c26 commit a6d2bc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile.armhf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +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 --prefer-binary --no-cache-dir "numpy<3.0" build \
38-
&& pip install --user --no-index --find-links /tmp/ pyarrow TA-Lib \
37+
RUN pip install --user --only-binary=:all: --find-links /tmp/ pyarrow TA-Lib \
3938
&& pip install --user --no-cache-dir -r requirements.txt
4039

4140
# Copy dependencies to runtime-image

0 commit comments

Comments
 (0)