This commit is contained in:
Alexandre
2023-05-20 21:04:20 +02:00
parent 12790aabda
commit edd9e318b2
2 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
##################
# 3 Install apps #
##################