Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Error relocating /app/node_modules/.pnpm/[email protected]/node_modules/node/bin/node: fcntl64: symbol not found #3605

Open
a0m0rajab opened this issue Sep 27, 2024 · 1 comment
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.

Comments

@a0m0rajab
Copy link

Error Message and Logs

I am trying to run a turborepo project with docker file, the docker file works locally but when I use coolify I got the error in the title.

Steps to Reproduce

  1. try to run a turborepo with docker

Example Repository URL

No response

Coolify Version

v4.0.0-beta.341

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

No response

Additional Information

No response

@a0m0rajab a0m0rajab added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Sep 27, 2024
@a0m0rajab
Copy link
Author

I got this issue since I was using node:alpine for the docker file, which did not include the full packages:

Here is more details about it:

https://stackoverflow.com/questions/52083380/in-docker-image-names-what-is-the-difference-between-alpine-jessie-stretch-an
https://github.com/nodejs/docker-node/tree/58c3b39e5948f82c594395857193cd97d01c690e?tab=readme-ov-file#nodealpine

Switching to node:bullseye fixed the issue (yes, the image size is larger, but it's not an issue for me now)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.
Projects
None yet
Development

No branches or pull requests

1 participant