Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN chmod +x /usr/local/bin/install-ubuntu-packages
# Basic OS/System tools
RUN install-ubuntu-packages \
binutils \
ccache \
cmake \
gcc g++ gfortran \
locales \
Expand Down
1 change: 1 addition & 0 deletions docs/src/ubuntu-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ awk -f docs/src/get-ubuntu-packages.awk Dockerfile
Package | Reason
---|---
binutils | Adding PPA and linking libraries
ccache | Improve compilation of ldmx-sw
cmake | Configuration of build system
gcc | GNU C Compiler
g++ | GNU C++ Compiler
Expand Down