Dockerfile aktualisiert
This commit is contained in:
@@ -217,7 +217,8 @@ RUN \
|
|||||||
x264 \
|
x264 \
|
||||||
x265 \
|
x265 \
|
||||||
xmltv \
|
xmltv \
|
||||||
zlib
|
zlib \
|
||||||
|
netcat-openbsd
|
||||||
|
|
||||||
# copy local files and buildstage artifacts
|
# copy local files and buildstage artifacts
|
||||||
COPY --from=buildstage /tmp/libdvbcsa-build/usr/ /usr/
|
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 --from=buildstage /picons /picons
|
||||||
COPY root/ /
|
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
|
# ports and volumes
|
||||||
EXPOSE 9981 9982
|
EXPOSE 9981 9982
|
||||||
VOLUME /config
|
VOLUME /config
|
Reference in New Issue
Block a user