This commit is contained in:
alesapin 2020-07-08 16:49:09 +03:00
parent 069880a003
commit 6e79e88149

View File

@ -43,7 +43,8 @@ RUN apt-get --allow-unauthenticated update -y \
unixodbc \
qemu-user-static \
sudo \
moreutils
moreutils \
curl
RUN mkdir -p /tmp/clickhouse-odbc-tmp \
&& wget --quiet -O - ${odbc_driver_url} | tar --strip-components=1 -xz -C /tmp/clickhouse-odbc-tmp \