Update Dockerfile

This commit is contained in:
Alexandre
2022-06-13 23:07:59 +02:00
committed by GitHub
parent 45f93ad579
commit bfb6136625

View File

@@ -25,6 +25,9 @@ FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=10000
RUN \
# Allow UID and GID setting
sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \