fly-apps / fly-apps/dockerfile-rails

installing bun from an alpine base image doesn't work

Open
#154 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.