Hello everyone. I am trying to install pants insid...
# general
h
Hello everyone. I am trying to install pants inside a docker image so when the image is used, pants is ready. During installation (running
pants
after
get-pants.sh
) the
pants
command returns the code 1 and docker will crash due to the non 0 return. However, it seems that the command run successfully. I do get however the
No goals specified.
which could be the code 1? Is this expected? If yes, why does it return that code? Did others managed to install pants and initialize it successfully inside docker?
l
I’m doing the same, just asking the version to get a successful error code
Copy code
# Bootstrap Pants
RUN pants --version
h
Ah this indeed fixes the issue! So yes
No goals specified.
returns code 1 for anyone interested. Thank you @lively-gpu-26436
👍 1