mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Locale fixed for client in docker
This commit is contained in:
parent
097357799d
commit
6e8f4c6fec
@ -8,8 +8,13 @@ RUN apt-get update && \
|
||||
mkdir -p /etc/apt/sources.list.d && \
|
||||
echo $repository | tee /etc/apt/sources.list.d/clickhouse.list && \
|
||||
apt-get update && \
|
||||
apt-get install --allow-unauthenticated -y clickhouse-client=$version && \
|
||||
apt-get install --allow-unauthenticated -y clickhouse-client=$version locales && \
|
||||
rm -rf /var/lib/apt/lists/* /var/cache/debconf && \
|
||||
apt-get clean
|
||||
|
||||
RUN locale-gen en_US.UTF-8
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LANGUAGE en_US:en
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
||||
ENTRYPOINT ["/usr/bin/clickhouse-client"]
|
||||
|
Loading…
Reference in New Issue
Block a user