Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions addon-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apk add --no-cache python3 py3-pip git && \
python3 -m pip install --upgrade pip && \
pip3 install pyyaml && \
pip3 install tinydb && \
pip3 install setuptools && \
pip3 install paho-mqtt==1.6.1 && \
pip3 install git+https://github.com/mak-gitdev/enocean.git && \
git clone -b master --single-branch --depth 1 https://github.com/embyt/enocean-mqtt.git && \
Expand Down
1 change: 1 addition & 0 deletions addon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apk add --no-cache python3 py3-pip git && \
python3 -m pip install --upgrade pip && \
pip3 install pyyaml && \
pip3 install tinydb && \
pip3 install setuptools && \
pip3 install git+https://github.com/mak-gitdev/enocean.git && \
git clone https://github.com/embyt/enocean-mqtt.git && \
cd enocean-mqtt && python3 setup.py develop && cd .. && \
Expand Down