diff --git a/freqtrade-NFIx5/Dockerfile b/freqtrade-NFIx5/Dockerfile index 94c25ca..f62bbcb 100644 --- a/freqtrade-NFIx5/Dockerfile +++ b/freqtrade-NFIx5/Dockerfile @@ -17,7 +17,7 @@ ARG BUILD_VERSION COPY rootfs / # Install necessary dependencies -RUN apk add --no-cache gcc g++ make musl-dev linux-headers git python3 py3-pip curl +RUN apk add --no-cache gcc g++ make musl-dev linux-headers hdf5 hdf5-dev cython libffi-dev openssl-dev git python3 py3-pip curl # Set the working directory WORKDIR /freq