From fbe5e38590e15023c2a6013e0a4fb76115a23c63 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sat, 24 Feb 2024 16:44:46 +0100 Subject: [PATCH] FIX: run commandref_join.pl after installing modules --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 07f5de8..964679c 100644 --- a/Containerfile +++ b/Containerfile @@ -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