hallowed-dream-58085
05/18/2023, 1:51 PMpants
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?lively-gpu-26436
05/18/2023, 1:53 PM# Bootstrap Pants
RUN pants --version
hallowed-dream-58085
05/18/2023, 1:55 PMNo goals specified.
returns code 1 for anyone interested.
Thank you @lively-gpu-26436