We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fc3ca commit 68c0dedCopy full SHA for 68c0ded
1 file changed
cluster/docker/sv-dune.Dockerfile
@@ -14,7 +14,7 @@ RUN apt-get update && \
14
clang \
15
libclang-dev \
16
&& xx-apt-get update \
17
- && xx-apt-get install -y libc6-dev g++ binutils \
+ && xx-apt-get install -y libc6-dev g++ binutils libssl-dev \
18
&& apt-get clean \
19
&& rm -rf /var/lib/apt/lists/*
20
0 commit comments