Mysqlclient, ssl, unixodbc are not needed for build anymore #3195

This commit is contained in:
Alexey Milovidov 2018-09-22 18:08:59 +03:00
parent 2dc29f5e4c
commit 9cd7be8228

View File

@ -13,9 +13,7 @@ RUN apt-get update -y \
libclang-6.0-dev \
libicu-dev \
liblld-6.0-dev \
libmysqlclient-dev \
libreadline-dev \
libssl-dev \
ninja-build \
perl \
pkg-config \
@ -24,8 +22,7 @@ RUN apt-get update -y \
python-requests \
python-termcolor \
sudo \
tzdata \
unixodbc-dev
tzdata
COPY build.sh /