mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
and if we dont remove it?
This commit is contained in:
parent
7243e990ac
commit
5764b22856
1 changed files with 0 additions and 2 deletions
|
|
@ -7,8 +7,6 @@ LABEL author=frappé
|
||||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-suggests --no-install-recommends locales \
|
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-suggests --no-install-recommends locales \
|
||||||
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
|
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
|
||||||
&& dpkg-reconfigure --frontend=noninteractive locales \
|
&& dpkg-reconfigure --frontend=noninteractive locales \
|
||||||
&& update-locale LANG=en_US.UTF-8 \
|
|
||||||
&& apt-get remove -y locales && apt-get auto-remove -y \
|
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV PYTHONIOENCODING=utf-8
|
ENV PYTHONIOENCODING=utf-8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue