fix dockerfile

This commit is contained in:
Alexander Tokmakov 2021-02-18 17:37:51 +03:00
parent 97f4c457ec
commit 1bad1e3a7c

View File

@ -3,6 +3,9 @@ FROM yandex/clickhouse-test-base
ARG odbc_driver_url="https://github.com/ClickHouse/clickhouse-odbc/releases/download/v1.1.4.20200302/clickhouse-odbc-1.1.4-Linux.tar.gz"
RUN echo "deb [trusted=yes] http://repo.mysql.com/apt/ubuntu/ bionic mysql-5.7" >> /etc/apt/sources.list \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8C718D3B5072E1F5
RUN apt-get update -y \
&& env DEBIAN_FRONTEND=noninteractive \
apt-get install --yes --no-install-recommends \
@ -24,7 +27,7 @@ RUN apt-get update -y \
tree \
unixodbc \
wget \
mysql-client-5.7
mysql-client=5.7*
RUN pip3 install numpy scipy pandas