Skip to content

Commit 0107e79

Browse files
authored
Merge pull request #169 from LDMX-Software/iss168-add-curl
Add curl to the image
2 parents c231a60 + 7fd1c68 commit 0107e79

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
@@ -21,6 +21,7 @@ RUN install-ubuntu-packages \
2121
binutils \
2222
cmake \
2323
gcc g++ gfortran \
24+
libcurl4-openssl-dev \
2425
locales \
2526
make \
2627
parallel \

docs/src/ubuntu-packages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ python3-tk | matplotlib requires python-tk for some plotting
5151
rsync | necessary to build Pythia8
5252
fonts-freefont-ttf | fonts for plots with ROOT
5353
libafterimage-dev | ROOT GUI needs these for common shapes
54+
libcurl4-openssl-dev | Used curl for accessing Conditions within ldmx-sw
5455
libfftw3-dev | Discrete fourier transform in ROOT
5556
libfreetype6-dev | fonts for plots with ROOT
5657
libftgl-dev | Rendering fonts in OpenGL

0 commit comments

Comments
 (0)