chore: use en_NZ locale.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
James Harton 2023-07-19 19:03:39 +12:00
parent 381706b301
commit 6dd6581953
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -15,10 +15,10 @@ RUN apt-get -q -y update && \
unixodbc-dev unzip wget xz-utils zlib1g-dev zsh gnupg inotify-tools less \
postgresql-client ssh direnv && apt-get -q -y clean
RUN locale-gen en_AU.UTF-8
ENV LANG en_AU.UTF-8
ENV LANGUAGE en_AU:en
ENV LC_ALL en_AU.UTF-8
RUN locale-gen en_NZ.UTF-8
ENV LANG en_NZ.UTF-8
ENV LANGUAGE en_NZ:en
ENV LC_ALL en_NZ.UTF-8
ARG USERNAME=user
ARG USER_UID=1000