diff --git a/docker/Dockerfile.armhf b/docker/Dockerfile.armhf index 1165f305c..688254122 100644 --- a/docker/Dockerfile.armhf +++ b/docker/Dockerfile.armhf @@ -35,7 +35,7 @@ COPY build_helpers/* /tmp/ COPY --chown=ftuser:ftuser requirements.txt /freqtrade/ USER ftuser RUN pip install --user --no-cache-dir numpy \ - && pip install --user --no-index --find-links /tmp/ pyarrow TA-Lib==0.4.28 \ + && pip install --user --no-index --find-links /tmp/ pyarrow TA-Lib \ && pip install --user --no-cache-dir -r requirements.txt # Copy dependencies to runtime-image