mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update Dockerfiles for tests
This commit is contained in:
parent
6eb98d8c77
commit
7ef1064a40
@ -30,7 +30,8 @@ RUN apt-get update -y \
|
||||
lsof \
|
||||
llvm-9 \
|
||||
unixodbc \
|
||||
wget
|
||||
wget \
|
||||
qemu-user-static
|
||||
|
||||
RUN mkdir -p /tmp/clickhouse-odbc-tmp \
|
||||
&& wget --quiet -O - ${odbc_driver_url} | tar --strip-components=1 -xz -C /tmp/clickhouse-odbc-tmp \
|
||||
|
@ -33,7 +33,8 @@ RUN apt-get update -y \
|
||||
lsof \
|
||||
llvm-9 \
|
||||
unixodbc \
|
||||
wget
|
||||
wget \
|
||||
qemu-user-static
|
||||
|
||||
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