mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Add curl
This commit is contained in:
parent
069880a003
commit
6e79e88149
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user