Skip to content

Commit bc3f0c4

Browse files
authored
Add ccache
2 parents 1c279ec + e530195 commit bc3f0c4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN chmod +x /usr/local/bin/install-ubuntu-packages
1919
# Basic OS/System tools
2020
RUN install-ubuntu-packages \
2121
binutils \
22+
ccache \
2223
cmake \
2324
gcc g++ gfortran \
2425
libcurl4-openssl-dev \

docs/src/ubuntu-packages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ awk -f docs/src/get-ubuntu-packages.awk Dockerfile
3636
Package | Reason
3737
---|---
3838
binutils | Adding PPA and linking libraries
39+
ccache | Improve compilation of ldmx-sw
3940
cmake | Configuration of build system
4041
gcc | GNU C Compiler
4142
g++ | GNU C++ Compiler

0 commit comments

Comments
 (0)