remove locales from Dockerfile
This commit is contained in:
parent
061f3eb89a
commit
7013187712
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@ FROM python:slim
|
|||
RUN apt-get update && apt-get install -y git build-essential \
|
||||
libpq-dev libmysqlclient-dev libmemcached-dev libgeos-dev gettext \
|
||||
librsvg2-bin --no-install-recommends \
|
||||
&& dpkg-reconfigure locales \
|
||||
&& locale-gen C.UTF-8 \
|
||||
&& /usr/sbin/update-locale LANG=C.UTF-8 \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir /etc/c3nav && mkdir /data && mkdir /data/map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue