heroku / base-images

Recipes for building the base images for Heroku's stacks
BSD 3-Clause "New" or "Revised" License
267 stars 75 forks source link

Add `nano` to Heroku-20 and Heroku-22 #309

Closed edmorley closed 4 months ago

edmorley commented 4 months ago

Nano was added to Heroku-24 in: https://github.com/heroku/base-images/pull/284

This adds it to older stacks too, so that we don't have to: (a) check which stack an app is running and remember what packages come with that stack when debugging in eg a support ticket, (b) have to resort to using ed on older stacks.

This adds ~850KB to the run image for the older stacks.

See: https://packages.ubuntu.com/jammy/nano https://packages.ubuntu.com/focal/nano

GUS-W-15844296.