Try help locate psql

This commit is contained in:
kssenii 2021-04-07 20:07:03 +00:00
parent c43c157d2c
commit 3709a0d68a

View File

@ -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