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
The preinstall.sh script has a hard dependency on useradd, which is not included within Alpine's busybox utilities.
preinstall.sh
useradd
coder/preinstall.sh
Lines 8 to 13 in b1e4cfe
With this, the Alpine .apk package will fail to install.
The text was updated successfully, but these errors were encountered:
It looks like some dependencies could be missing from the .apk (shadow?)
shadow
Sorry, something went wrong.
fix: Refactor preinstall script to use useradd if adduser is not avai…
a8985d3
…lable Fixes #2800 preventing installation on Alpine.
411caa2
…lable (#2858) Fixes #2800 preventing installation on Alpine.
This is released in v0.7.7!
Successfully merging a pull request may close this issue.
The
preinstall.sh
script has a hard dependency onuseradd
, which is not included within Alpine's busybox utilities.coder/preinstall.sh
Lines 8 to 13 in b1e4cfe
With this, the Alpine .apk package will fail to install.
The text was updated successfully, but these errors were encountered: