Closed
Description
On Alpine the default shell is "ash". To run dotnet-install.sh, it is necessary first to install "bash" (at a minimum because it uses bash in its shebang line). Which can easily be done, but has to be figured out. Ideally there would be a way to run this script without bash - although that my require an Alpine-specific script.
cc @mthalman