Skip to content

Commit

Permalink
Config (#48)
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

* add gcc for x-build

* add musl dev
  • Loading branch information
reinhard-brandstaedter authored Oct 5, 2023
1 parent ecb59e3 commit 73a01cf
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 libffi libffi-dev gcc
RUN apk add libxml2-dev libxslt-dev libffi libffi-dev gcc musl-dev
RUN pip install ip2geotools

ENTRYPOINT ["python","solarflow-control.py"]

0 comments on commit 73a01cf

Please sign in to comment.