We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c279ec + e530195 commit bc3f0c4Copy full SHA for bc3f0c4
2 files changed
Dockerfile
@@ -19,6 +19,7 @@ RUN chmod +x /usr/local/bin/install-ubuntu-packages
19
# Basic OS/System tools
20
RUN install-ubuntu-packages \
21
binutils \
22
+ ccache \
23
cmake \
24
gcc g++ gfortran \
25
libcurl4-openssl-dev \
docs/src/ubuntu-packages.md
@@ -36,6 +36,7 @@ awk -f docs/src/get-ubuntu-packages.awk Dockerfile
36
Package | Reason
37
---|---
38
binutils | Adding PPA and linking libraries
39
+ccache | Improve compilation of ldmx-sw
40
cmake | Configuration of build system
41
gcc | GNU C Compiler
42
g++ | GNU C++ Compiler
0 commit comments