This is what I do every time after I upgrade the docker image to get bluetooth working again:
docker exec -it home-assistant4 /bin/bash
apk add glib-dev
apk add libc-dev
apk add make
apk add gcc
pip3 install bluepy
pip3 install python-eq3bt
This is what I do every time after I upgrade the docker image to get bluetooth working again:
docker exec -it home-assistant4 /bin/bash
apk add glib-dev
apk add libc-dev
apk add make
apk add gcc
pip3 install bluepy
pip3 install python-eq3bt