We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94af7ae commit 885317dCopy full SHA for 885317d
docker/build_env/ubuntu18.04/Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget && \
9
sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list' && \
10
apt-get update && apt-get install -y --no-install-recommends \
11
git flex bison gfortran \
12
- 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 \
13
clang-format-6.0 clang-tidy-6.0 \
14
lcov mysql-client libmysqlclient-dev intel-mkl-gnu-2019.4-243 intel-mkl-core-2019.4-243 && \
15
apt-get remove --purge -y && \
0 commit comments