docker icon indicating copy to clipboard operation
docker copied to clipboard

did not complete successfully: exit code: 129

Open Mickaeljpn opened this issue 2 years ago • 1 comments

Hello,

I have this error when i build : failed to solve: process "/bin/sh -c yarn config set httpTimeout 1200000 && npx turbo prune --scope=@calcom/web --docker && yarn install && yarn db-deploy && yarn --cwd packages/prisma seed-app-store" did not complete successfully: exit code: 129

How to solve it ?

EDIT : I found that yarn --cwd packages/prisma seed-app-store is the source of the problem. But why ? When i remove it, the steps passe but now fail on RUN yarn turbo run build --filter=@calcom/web

Thanks

Mickaeljpn avatar Apr 19 '23 13:04 Mickaeljpn

Install docker refer step 1 from https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04 worked for me

Sreehari78 avatar Apr 20 '23 19:04 Sreehari78

Closing for cleanup. Please reopen with comments if you feel it needs to be addressed further.

krumware avatar Jul 21 '25 15:07 krumware