-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
dotnet-install.sh fails to install SDK on Alpine Linux #9144
Comments
@natemcmaster |
I do not see a "cp -n" in the script. I've checked master, release/2.1.3xx, & the supported version at: 'https://dot.net/v1/dotnet-install.sh' There is a "cp -R": cp -R $override_switch "$root_path/$path" "$target" |
Can we update it to include this as well then? dotnet/cli#8314 tput doesn't exist in alpine either. The |
Yes, that should be feasible. @johnbeisner can you work to make sure the change is in the right branch, at which point we should be able to push it. |
closing: Alpine fix; plus 1 dotnet/cli#8821 |
The original |
Steps to reproduce
docker build . -t test
Expected behavior
Download and extract https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.300-preview2-008251/dotnet-sdk-2.1.300-preview2-008251-alpine.3.6-x64.tar.gz
Actual behavior
You can disable pre-req check..
but then this fails because
cp -n
is not supported in AlpineThe text was updated successfully, but these errors were encountered: