mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
forgot the -y...
This commit is contained in:
parent
3bbb5b5d20
commit
a9784805d8
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-suggests --no-install-reco
|
|||
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
|
||||
&& echo "LANG=en_US.UTF-8" > /etc/locale.conf \
|
||||
&& locale-gen en_US.UTF-8 \
|
||||
&& apt-get remove locales && apt-get auto-remove \
|
||||
&& apt-get remove -y locales && apt-get auto-remove -y \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV PYTHONIOENCODING=utf-8
|
||||
|
|
|
|||
Loading…
Reference in a new issue