Quieten down dos2unix
This commit is contained in:
parent
c52ab1f530
commit
459ed0b82c
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ RUN apt-get -qq update && \
|
||||||
mv /conf/logs-nginx-error.runit /etc/service/logs-nginx-error/run && \
|
mv /conf/logs-nginx-error.runit /etc/service/logs-nginx-error/run && \
|
||||||
mv /conf/logs-phpfpm-error.runit /etc/service/logs-phpfpm-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
|
# 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
|
# Make sure all our new services are executable
|
||||||
chmod +x /etc/service/*/run && \
|
chmod +x /etc/service/*/run && \
|
||||||
# Cleanup the /conf dir
|
# Cleanup the /conf dir
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue