Quieten down dos2unix

This commit is contained in:
Greyscale 2020-03-17 19:22:49 +01:00
parent c52ab1f530
commit 459ed0b82c

View file

@ -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