0.1.13b
This commit is contained in:
parent
9b6519f299
commit
f303708992
|
@ -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
|
||||||
|
|
|
@ -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 && \
|
||||||
|
|
Loading…
Reference in a new issue