Skip to content

Commit 9cf7228

Browse files
committed
Dockerfile for the Julia dependencies.
1 parent 9126a88 commit 9cf7228

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.packaging/Dockerfile.julia_env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2626
cmake \
2727
ninja-build \
2828
git \
29-
make
29+
make \
30+
libssl-dev
3031

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

0 commit comments

Comments
 (0)