Skip to content

Commit

Permalink
Dockerfile: Install locales-all package
Browse files Browse the repository at this point in the history
locales-all package is required to ensure that all locales are
available.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed May 28, 2024
1 parent e1b6d6f commit a5119f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get upgrade -y
# sudo to make life easier when running as build user
# vim.tiny so we have an editor
RUN apt-get install -y --no-install-recommends \
software-properties-common locales sudo vim.tiny
software-properties-common locales locales-all sudo vim.tiny

# Set the locale
RUN locale-gen en_US.UTF-8
Expand Down

0 comments on commit a5119f9

Please sign in to comment.