Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 9d0bc0e

Browse files
committed
Add broadlinkRM2 plugin dependencies
1 parent 083d5d2 commit 9d0bc0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ RUN \
9292
-Wno-dev && \
9393
make && \
9494
make install && \
95+
echo "**** install BroadlinkRM2 plugin dependencies ****" && \
96+
git clone https://github.com/mjg59/python-broadlink.git /tmp/python-broadlink && \
97+
cd /tmp/python-broadlink && \
98+
git checkout 8bc67af6 && \
99+
pip3 install . && \
100+
pip3 install pyaes && \
95101
echo "**** determine runtime packages using scanelf ****" && \
96102
RUNTIME_PACKAGES="$( \
97103
scanelf --needed --nobanner /var/lib/domoticz/domoticz \

0 commit comments

Comments
 (0)