Step 9/10 : RUN . ./setantenv.sh && ant clean all
---> Running in 10b2423a32ab
/bin/sh: ./setantenv.sh: No such file or directory
I have used that command in dockerfile
RUN . ./setantenv.sh && ant clean all
but it does not see first . and gives an error.
What can I do?
Try to add this in your dockerfile : ADD ./setantenv.sh /tmp/. and after RUN /tmp/setantenv.sh
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With