MatterVN / ModbusTCP2MQTT

Sungrow & SMA Solar Inverter addon for Home Assistant using mobusTCP
MIT License
67 stars 50 forks source link

Update Dockerfile #78

Closed JTRipperZ closed 1 month ago

JTRipperZ commented 3 months ago

loucksg commented on Dec 27, 2023 found it in Dockerfile: COPY requirements.txt ./ RUN apk add --no-cache python3-dev py3-pip g++ RUN pip install --upgrade pycryptodomex==3.11.0 --no-cache-dir -r requirements.txt

Changing to: COPY requirements.txt ./ RUN apk add --no-cache python3-dev py3-pip g++ RUN pip install --upgrade pycryptodomex~=3.11.0 --no-cache-dir -r requirements.txt

... let's see what goes boom.