Skip to content

Commit a025e7f

Browse files
committed
add openssl dev library for cross compilation
1 parent 08fc3ca commit a025e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cluster/docker/sv-dune.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && \
1414
clang \
1515
libclang-dev \
1616
&& xx-apt-get update \
17-
&& xx-apt-get install -y libc6-dev g++ binutils \
17+
&& xx-apt-get install -y libc6-dev g++ binutils libssl-dev \
1818
&& apt-get clean \
1919
&& rm -rf /var/lib/apt/lists/*
2020

0 commit comments

Comments
 (0)