Fix shell scripts not working after image build on Windows checkout.
parent
d6e179cc5b
commit
21638e41c7
|
@ -2,6 +2,7 @@ FROM busybox
|
|||
|
||||
WORKDIR /target/usr/local/bin/
|
||||
COPY *.sh .
|
||||
RUN dos2unix *.sh
|
||||
RUN chmod -v +x *.sh
|
||||
|
||||
###
|
||||
|
|
Loading…
Reference in New Issue