We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c231a60 + 7fd1c68 commit 0107e79Copy full SHA for 0107e79
2 files changed
Dockerfile
@@ -21,6 +21,7 @@ RUN install-ubuntu-packages \
21
binutils \
22
cmake \
23
gcc g++ gfortran \
24
+ libcurl4-openssl-dev \
25
locales \
26
make \
27
parallel \
docs/src/ubuntu-packages.md
@@ -51,6 +51,7 @@ python3-tk | matplotlib requires python-tk for some plotting
51
rsync | necessary to build Pythia8
52
fonts-freefont-ttf | fonts for plots with ROOT
53
libafterimage-dev | ROOT GUI needs these for common shapes
54
+libcurl4-openssl-dev | Used curl for accessing Conditions within ldmx-sw
55
libfftw3-dev | Discrete fourier transform in ROOT
56
libfreetype6-dev | fonts for plots with ROOT
57
libftgl-dev | Rendering fonts in OpenGL
0 commit comments