Merge pull request #236 from richardsorensson/master

v0.8.1 - Fix build issue with latest hassio version.
This commit is contained in:
Victor 2022-04-10 09:38:07 +02:00 committed by GitHub
commit f39c0a5ea3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ RUN \
python3 \ python3 \
bluez \ bluez \
eudev-dev \ eudev-dev \
zlib-dev \
\ \
&& apk add --no-cache \ && apk add --no-cache \
git \ git \