diff --git a/Dockerfile b/Dockerfile index 42c3b17..520c54f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -139,7 +139,7 @@ RUN apt-get -qq update && \ mv /conf/logs-nginx-error.runit /etc/service/logs-nginx-error/run && \ mv /conf/logs-phpfpm-error.runit /etc/service/logs-phpfpm-error/run && \ # Make sure all our new services are using unix line endings - dos2unix /etc/service/*/run && \ + dos2unix -q /etc/service/*/run && \ # Make sure all our new services are executable chmod +x /etc/service/*/run && \ # Cleanup the /conf dir