update libboost in build environment Dockerfile

Former-commit-id: 31955f1040b414c0fae7043bd82e248caea071a7
pull/191/head
test 2019-10-17 15:06:30 +08:00
parent a16a0544f3
commit 66e6961b14
1 changed files with 1 additions and 1 deletions

View File

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