Commit 6236c1b
Fix Puma Dockerfile: install build-essential for nio4r native extension
The ruby:3.3-slim image lacks a C compiler, causing nio4r (a Puma
dependency) to fail during gem install. Install build-essential for
compilation then purge it to keep the image small.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d577b9e commit 6236c1b
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
0 commit comments