We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5. Download requires files from CDN. curl: (23) client returned ERROR on write of 875 bytes
Bash isn't installed by default on alpine, so many commands have issues in the default ash shell.
apk add bash shadow
chsh -s /bin/bash root
No response
v4.0.0-beta.379
No (self-hosted)
Alpine v3.21
The text was updated successfully, but these errors were encountered:
andrasbacsai
No branches or pull requests
Error Message and Logs
Error
Cause
Bash isn't installed by default on alpine, so many commands have issues in the default ash shell.
Workaround
apk add bash shadow
chsh -s /bin/bash root
Steps to Reproduce
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
The text was updated successfully, but these errors were encountered: