Skip to content

Commit

Permalink
Config (#62)
Browse files Browse the repository at this point in the history
* Dockerfile
  • Loading branch information
reinhard-brandstaedter authored Oct 6, 2023
1 parent 02d29bc commit 4b2711b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /

COPY solarflow-control.py /

# dependencies needed for ARMv6/7 builds
RUN pip install --upgrade pip && \
apk add libxml2-dev libxslt-dev libffi libffi-dev gcc musl-dev rust cargo openssl-dev && \
pip install --install-option="--jobs=4" paho-mqtt astral ip2geotools && \
Expand Down

0 comments on commit 4b2711b

Please sign in to comment.