File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ RUN echo "Locale & Timezone" && \
583583 dpkg-reconfigure -f noninteractive locales && \
584584 update-locale LANG=en_US.UTF-8 && \
585585 echo "export PATH=$PATH" > /etc/environment && \
586- localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
586+ localedef -i en_US -c -f UTF-8 en_US.UTF-8
587587
588588ENV LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 \
589589 # Switch back to dialog for any ad-hoc use of apt-get
Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ RUN echo "Locale & Timezone" && \
605605 dpkg-reconfigure -f noninteractive locales && \
606606 update-locale LANG=en_US.UTF-8 && \
607607 echo "export PATH=$PATH" > /etc/environment && \
608- localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
608+ localedef -i en_US -c -f UTF-8 en_US.UTF-8
609609
610610ENV LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 \
611611 # Switch back to dialog for any ad-hoc use of apt-get
Original file line number Diff line number Diff line change @@ -603,6 +603,7 @@ ENV SHELL=/bin/zsh
603603ENV TZ=America/Los_Angeles
604604
605605RUN echo "Locale & Timezone" && \
606+ apt-get update && apt-get install -y locales && \
606607 ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
607608 echo $TZ > /etc/timezone && \
608609 dpkg-reconfigure -f noninteractive tzdata && \
@@ -611,7 +612,7 @@ RUN echo "Locale & Timezone" && \
611612 dpkg-reconfigure -f noninteractive locales && \
612613 update-locale LANG=en_US.UTF-8 && \
613614 echo "export PATH=$PATH" > /etc/environment && \
614- localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
615+ localedef -i en_US -c -f UTF-8 en_US.UTF-8
615616
616617ENV LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 \
617618 # Switch back to dialog for any ad-hoc use of apt-get
Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ RUN echo "Locale & Timezone" && \
606606 dpkg-reconfigure -f noninteractive locales && \
607607 update-locale LANG=en_US.UTF-8 && \
608608 echo "export PATH=$PATH" > /etc/environment && \
609- localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
609+ localedef -i en_US -c -f UTF-8 en_US.UTF-8
610610
611611ENV LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 \
612612 # Switch back to dialog for any ad-hoc use of apt-get
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414- combined zsh configuration commands using sed
1515- disabled zsh update prompt and auto update feature (DISABLE_UPDATE_PROMPT & DISABLE_AUTO_UPDATE)
16+ - fix for "locale alias file `/usr/share/locale/locale.alias' not found" by removing parameter
1617
1718## [ 1.0.15] - 2025-10-14
1819
You can’t perform that action at this time.
0 commit comments