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]: Install script fails on fresh Alpine VM - unable to set env variables #4669

Open
bakerbryce opened this issue Dec 25, 2024 · 0 comments
Assignees
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.

Comments

@bakerbryce
Copy link

Error Message and Logs

Error

5. Download requires files from CDN.
curl: (23) client returned ERROR on write of 875 bytes

Cause

Bash isn't installed by default on alpine, so many commands have issues in the default ash shell.

Workaround

  1. Install bash with apk add bash shadow
  2. Change the default shell for the root user with chsh -s /bin/bash root
  3. Run the install script normally

Steps to Reproduce

  1. Install Alpine
  2. Run curl install.sh command.

Example Repository URL

No response

Coolify Version

v4.0.0-beta.379

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Alpine v3.21

Additional Information

No response

@bakerbryce bakerbryce added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Dec 25, 2024
@andrasbacsai andrasbacsai self-assigned this Jan 1, 2025
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

2 participants