set S6_CMD_WAIT_FOR_SERVICES_MAXTIME to 60s
This commit is contained in:
parent
2431f8775a
commit
4f6af702ae
|
@ -10,7 +10,8 @@ ENV DEBIAN_FRONTEND="noninteractive" \
|
|||
LANGUAGE="en_US.UTF-8" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LC_ALL="en_US.UTF-8" \
|
||||
TERM="xterm"
|
||||
TERM="xterm" \
|
||||
S6_CMD_WAIT_FOR_SERVICES_MAXTIME="60000"
|
||||
|
||||
# Install third party software
|
||||
RUN export ARCH=$(case ${TARGETPLATFORM:-linux/amd64} in \
|
||||
|
|
Loading…
Reference in New Issue