CI/CD west build using docker container

Hi everyone,

I am using a Bitbucket Pipeline for my firmware build process, I am using a Nordic docker pre-built image for performing the goal.

If I launch the docker run with my local PC the build process is successful, the following command is sent:

 

The same command, during the pipeline execution remains stuck to a certain file and the build process seems paused (in fact the stage fails due to a timeout error after a while).

In the pipeline docker logs I can see a log of this type:

And the container seems to be paused.

What do you think the problem is located? Is it something related to the pipeline settings or am I configuring the system in the wrong way? To do it I followed this guide:

https://github.com/NordicPlayground/nrf-docker/tree/saga

Thank you in advance