Update Dockerfiles for tests

This commit is contained in:
Alexey Milovidov 2020-03-26 20:55:11 +03:00
parent 6eb98d8c77
commit 7ef1064a40
2 changed files with 4 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \