From e69ca67b0bda0d577748c6d3864d42ec39ce9cfd Mon Sep 17 00:00:00 2001 From: "Reinhard Weber (Brandstaedter)" Date: Thu, 5 Oct 2023 22:51:25 +0200 Subject: [PATCH] Config (#46) * configuration via config file * remove x-build specifics * split pip installs * add dev libs for x-build * x-build deps --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 6cf9436..376f7d6 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -8,7 +8,7 @@ COPY solarflow-control.py / RUN pip install --upgrade pip RUN pip install paho-mqtt RUN pip install astral -RUN apk add libxml2-dev libxslt-dev +RUN apk add libxml2-dev libxslt-dev libffi libffi-dev RUN pip install ip2geotools ENTRYPOINT ["python","solarflow-control.py"] \ No newline at end of file