From cd1eabce95c3453068befc0946ee3820f1b9a857 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Tue, 14 Jun 2022 17:16:43 +0100 Subject: [PATCH] Set s6 service max timeout to 0 --- Dockerfile | 3 ++- Dockerfile.aarch64 | 3 ++- Dockerfile.armhf | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 967e9e6..53e799e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,8 @@ LABEL maintainer="TheLamer" # environment variables ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \ HOME="/root" \ -TERM="xterm" +TERM="xterm" \ +S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0" RUN \ echo "**** install runtime packages ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index a441341..50df82e 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -69,7 +69,8 @@ LABEL maintainer="TheLamer" # environment variables ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \ HOME="/root" \ -TERM="xterm" +TERM="xterm" \ +S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0" RUN \ echo "**** install runtime packages ****" && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 340ef93..107aaa1 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -69,7 +69,8 @@ LABEL maintainer="TheLamer" # environment variables ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \ HOME="/root" \ -TERM="xterm" +TERM="xterm" \ +S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0" RUN \ echo "**** install runtime packages ****" && \