mill1000 / midea-msmart

Python library for local control of Midea (and associated brands) smart air conditioners.
MIT License
49 stars 2 forks source link

Update Dockerfile to fix issues with workflows #101

Closed mill1000 closed 9 months ago

mill1000 commented 9 months ago

Starting with Alpine 3.19 the python environment is now externally managed.

Switch to using pipx to install the package and pin the base image to alpine 3.19 to prevent future breaks.

mill1000 commented 9 months ago

ARM builds failing due to pycryptodome dependency. I'll try another approach