Skip to content

Commit 885317d

Browse files
committed
update libboost in build environment Dockerfile
Former-commit-id: 8c646aa17385a3f8e3ff819fe820f5e18a5c967f
1 parent 94af7ae commit 885317d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build_env/ubuntu18.04/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget && \
99
sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' && \
1010
apt-get update && apt-get install -y --no-install-recommends \
1111
git flex bison gfortran \
12-
curl libtool automake libboost1.58-all-dev libssl-dev pkg-config libcurl4-openssl-dev \
12+
curl libtool automake libboost-all-dev libssl-dev pkg-config libcurl4-openssl-dev \
1313
clang-format-6.0 clang-tidy-6.0 \
1414
lcov mysql-client libmysqlclient-dev intel-mkl-gnu-2019.4-243 intel-mkl-core-2019.4-243 && \
1515
apt-get remove --purge -y && \

0 commit comments

Comments
 (0)