This commit is contained in:
lolouk44 2020-11-26 09:53:54 +00:00
parent 9b6519f299
commit f303708992
2 changed files with 1 additions and 5 deletions

View file

@ -1,7 +1,3 @@
## [0.1.13] - 2020-11-26
### Changed
- Fixed MQTT Discovery Message
## [0.1.12] - 2020-11-23 ## [0.1.12] - 2020-11-23
### Changed ### Changed
- Updated workflow to automatically build docker images on new releases with version and latest tags - Updated workflow to automatically build docker images on new releases with version and latest tags

View file

@ -3,7 +3,7 @@ FROM python:3.8-slim
WORKDIR /opt/miscale WORKDIR /opt/miscale
COPY src /opt/miscale COPY src /opt/miscale
RUN apt-get update && apt-get install no-install-recommends -y \ RUN apt-get update && apt-get install --no-install-recommends -y \
bluez \ bluez \
python-pip \ python-pip \
libglib2.0-dev && \ libglib2.0-dev && \