From 37bf8d6a7933ec9cf52084d8ddbf42390981541e Mon Sep 17 00:00:00 2001 From: ai-dev Date: Thu, 16 Jan 2025 01:15:50 +0100 Subject: [PATCH] update --- freqtrade-NFIx5/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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