1
0
Fork 0

Fix shell scripts not working after image build on Windows checkout.

liquidsoap-2.2
Icedream 2022-09-12 15:48:35 +02:00
parent d6e179cc5b
commit 21638e41c7
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM busybox
WORKDIR /target/usr/local/bin/
COPY *.sh .
RUN dos2unix *.sh
RUN chmod -v +x *.sh
###