mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Add brotli
This commit is contained in:
parent
6e79e88149
commit
80d9816e00
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user