fly-apps / fly-apps/dockerfile-rails
installing bun from an alpine base image doesn't work
Open
- Dominant language
- Dockerfile
- Stars
- 559
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
it chokes up because `bash` isn't available when this is added:
```
RUN curl -fsSL https://bun.sh/install | bash -s -- "bun-v${BUN_VERSION}"
```
i haven't tested it, but could `bash` get converted to `ash` in this scenario?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.