ADD: added NEWSISPM Module
continuous-integration/drone Build is passing Details

This commit is contained in:
Dominik Meyer 2024-01-19 23:07:48 +01:00
parent fc8311a991
commit 17415f5efb
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ RUN cd /usr/src/sispmctl;./autogen.sh && ./configure --enable-webless
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
#
# the main fhem image
@ -263,7 +264,7 @@ RUN apt-get -qqy install --no-install-recommends \
COPY --from=builder /usr/src/sispmctl/src/.libs/*.so* /usr/lib/
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/
# update libraries
RUN ldconfig