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

Heroku-24: Update comment about `locale-gen` #290

Closed edmorley closed 5 months ago

edmorley commented 5 months ago

Adds some more detail, and also the missing C.utf8 reference, since that's also in the default locales list for the base ubuntu:24.04 image:

$ locale -a
C
C.utf8
POSIX

See also: https://github.com/docker-library/docs/blob/master/ubuntu/README.md#locales https://help.ubuntu.com/community/Locale https://manpages.ubuntu.com/manpages/noble/en/man8/locale-gen.8.html

GUS-W-15616780.