FIX: run commandref_join.pl after installing modules
continuous-integration/drone Build is passing Details

This commit is contained in:
Dominik Meyer 2024-02-24 16:44:46 +01:00
parent 40a8a1c89a
commit fbe5e38590
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 2 additions and 0 deletions

View File

@ -268,6 +268,8 @@ 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/
RUN cd /opt/fhem; contrib/commandref_join.pl
# update libraries
RUN ldconfig