diff --git a/Dockerfile b/Dockerfile index 9c25f67..bbac478 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 f4959e0..e1024d2 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 f2f6d45..69afeca 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 ****" && \