Skip to content

Commit 9126a88

Browse files
committed
Finished C++ Dockerfile.
1 parent e645bfd commit 9126a88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.packaging/Dockerfile.cpp_env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2222
gfortran \
2323
cmake \
2424
ninja-build \
25-
git
25+
git \
26+
libssl-dev
2627

2728
# Setup a custom certificate/SSL settings depending upon build arguments
2829
# Include README.md here so that the build doesn't fail if there is no custom

0 commit comments

Comments
 (0)