Update Dockerfile

This commit is contained in:
Alexandre
2022-06-18 06:39:39 +02:00
committed by GitHub
parent 97b58da61f
commit f7f9f59f7f

View File

@@ -24,8 +24,9 @@ FROM ${BUILD_FROM}-$BUILD_UPSTREAM
##################
# Set S6 wait time
ENV S6_CMD_WAIT_FOR_SERVICES=0 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=300000 \
S6_SERVICES_GRACETIME=300000
# Environment variables
ENV \