mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Try help locate psql
This commit is contained in:
parent
c43c157d2c
commit
3709a0d68a
@ -29,7 +29,7 @@ RUN apt-get update -y \
|
||||
unixodbc \
|
||||
wget \
|
||||
mysql-client=5.7* \
|
||||
postgresql-client
|
||||
postgresql-client-10
|
||||
|
||||
RUN pip3 install numpy scipy pandas
|
||||
|
||||
@ -43,6 +43,8 @@ RUN mkdir -p /tmp/clickhouse-odbc-tmp \
|
||||
ENV TZ=Europe/Moscow
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
RUN ln -s /usr/lib/postgresql/10/bin/psql /usr/bin/psql
|
||||
|
||||
ENV NUM_TRIES=1
|
||||
ENV MAX_RUN_TIME=0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user