Skip to content

Commit 9cb1df4

Browse files
author
omer_barak
committed
Added libssl to the build container
1 parent 8468519 commit 9cb1df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV \
66
COMPILER=ldc \
77
COMPILER_VERSION=1.9.0
88

9-
RUN apt-get update && apt-get install -y curl libcurl3 build-essential \
9+
RUN apt-get update && apt-get install -y curl libcurl3 build-essential libssl-dev\
1010
&& curl -fsS -o /tmp/install.sh https://dlang.org/install.sh \
1111
&& bash /tmp/install.sh -p /dlang install "${COMPILER}-${COMPILER_VERSION}" \
1212
&& rm /tmp/install.sh \

0 commit comments

Comments
 (0)