This commit is contained in:
kssenii 2021-04-07 20:49:22 +00:00
parent 3709a0d68a
commit 10dcb73e9f
2 changed files with 2 additions and 3 deletions

View File

@ -63,6 +63,7 @@ RUN apt-get update \
software-properties-common \
tzdata \
unixodbc \
postgresql-client \
--yes --no-install-recommends
RUN pip3 install numpy scipy pandas

View File

@ -29,7 +29,7 @@ RUN apt-get update -y \
unixodbc \
wget \
mysql-client=5.7* \
postgresql-client-10
postgresql-client
RUN pip3 install numpy scipy pandas
@ -43,8 +43,6 @@ 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