mirror of https://github.com/milvus-io/milvus.git
update libboost in build environment Dockerfile
Former-commit-id: 31955f1040b414c0fae7043bd82e248caea071a7pull/191/head
parent
a16a0544f3
commit
66e6961b14
|
@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget && \
|
|||
sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' && \
|
||||
apt-get update && apt-get install -y --no-install-recommends \
|
||||
git flex bison gfortran \
|
||||
curl libtool automake libboost1.58-all-dev libssl-dev pkg-config libcurl4-openssl-dev \
|
||||
curl libtool automake libboost-all-dev libssl-dev pkg-config libcurl4-openssl-dev \
|
||||
clang-format-6.0 clang-tidy-6.0 \
|
||||
lcov mysql-client libmysqlclient-dev intel-mkl-gnu-2019.4-243 intel-mkl-core-2019.4-243 && \
|
||||
apt-get remove --purge -y && \
|
||||
|
|
Loading…
Reference in New Issue