Skip to content

Commit 211d56e

Browse files
authored
Merge pull request #10326 from luotao1/ccache
install ccache in Dockerfile to speed up compile
2 parents 3222cf1 + 5baae6e commit 211d56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update && \
3232
automake locales clang-format swig doxygen cmake \
3333
liblapack-dev liblapacke-dev \
3434
clang-3.8 llvm-3.8 libclang-3.8-dev \
35-
net-tools libtool && \
35+
net-tools libtool ccache && \
3636
apt-get clean -y
3737

3838
# Install Go and glide

0 commit comments

Comments
 (0)