disable s6 service timeout entirely, resolves #309

This commit is contained in:
meeb
2023-01-19 12:57:09 +11:00
parent 4f6af702ae
commit 4ae454a4f3

View File

@@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \
LANG="en_US.UTF-8" \
LC_ALL="en_US.UTF-8" \
TERM="xterm" \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME="60000"
S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0"
# Install third party software
RUN export ARCH=$(case ${TARGETPLATFORM:-linux/amd64} in \