Add brotli

This commit is contained in:
alesapin 2020-07-08 17:22:17 +03:00
parent 6e79e88149
commit 80d9816e00

View File

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