Skip to content

Commit

Permalink
Config (#46)
Browse files Browse the repository at this point in the history
* configuration via config file

* remove x-build specifics

* split pip installs

* add dev libs for x-build

* x-build deps
  • Loading branch information
reinhard-brandstaedter authored Oct 5, 2023
1 parent e092ba0 commit e69ca67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit e69ca67

Please sign in to comment.