This commit is contained in:
parent
fc8311a991
commit
17415f5efb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user