ADD: include FHEM-Lightcontrol modules
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-06-06 13:17:09 +02:00
parent 7e6cce1add
commit 2ef3327da0
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -31,6 +31,7 @@ RUN cd /usr/src/sispmctl;make; ls -al
RUN git clone https://github.com/fhem/fhem-mirror.git /fhem-src;cd /fhem-src;git checkout main
RUN git clone https://gitea.federationhq.de/byterazor/FHEM-NEWSISPM.git /NEWSISPM
RUN git clone https://gitea.federationhq.de/byterazor/FHEM-NTFY.git /FHEM-NTFY
RUN git clone https://gitea.federationhq.de/byterazor/FHEM-Lightcontrol.git /FHEM-Lightcontrol
#
# the main fhem image
@ -267,6 +268,7 @@ COPY --from=builder /usr/src/sispmctl/src/.libs/sispmctl /usr/bin/
COPY --from=builder /fhem-src/fhem /opt/fhem
COPY --from=builder /NEWSISPM/FHEM/* /opt/fhem/FHEM/
COPY --from=builder /FHEM-NTFY/FHEM/* /opt/fhem/FHEM/
COPY --from=builder /FHEM-Lightcontrol/FHEM/* /opt/fhem/FHEM/
RUN cd /opt/fhem; contrib/commandref_join.pl