From 07203f2ef9dba4a38c003dda8b8e32996df8995b Mon Sep 17 00:00:00 2001 From: Christoph Hummer Date: Mon, 7 Apr 2025 20:44:40 +0200 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8abb142..ad7f517 100644 --- a/Dockerfile +++ b/Dockerfile @@ -217,7 +217,8 @@ RUN \ x264 \ x265 \ xmltv \ - zlib + zlib \ + netcat-openbsd # copy local files and buildstage artifacts COPY --from=buildstage /tmp/libdvbcsa-build/usr/ /usr/ @@ -227,6 +228,11 @@ COPY --from=buildstage /tmp/tvheadend-build/usr/ /usr/ COPY --from=buildstage /picons /picons COPY root/ / +ENV CONNECTED_CONTAINERS_TIMEOUT=60 + +COPY scripts/connected-containers.sh /etc/cont-init.d/01-connected-containers +RUN chmod +x /etc/cont-init.d/01-connected-containers + # ports and volumes EXPOSE 9981 9982 VOLUME /config \ No newline at end of file