Install locales as part of BASE
This commit is contained in:
parent
181313ea66
commit
e051a81384
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN echo "LC_ALL=en_US.UTF-8" >> /etc/environment
|
RUN echo "LC_ALL=en_US.UTF-8" >> /etc/environment
|
||||||
RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
||||||
RUN echo "LANG=en_US.UTF-8" >> /etc/locale.conf
|
RUN echo "LANG=en_US.UTF-8" >> /etc/locale.conf
|
||||||
RUN locale-gen en_US.UTF-8
|
|
||||||
|
|
||||||
|
|
||||||
RUN apt update; apt-get upgrade -y
|
RUN apt update; apt-get upgrade -y
|
||||||
RUN apt-get install -y rsync zip unzip file git
|
RUN apt-get install -y rsync zip unzip file git locales
|
||||||
|
|
||||||
|
RUN locale-gen en_US.UTF-8
|
||||||
|
|
Loading…
Reference in a new issue