diff --git a/Dockerfile b/Dockerfile index eb61eda..31632ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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