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 8468519 commit 9cb1df4Copy full SHA for 9cb1df4
Dockerfile
@@ -6,7 +6,7 @@ ENV \
6
COMPILER=ldc \
7
COMPILER_VERSION=1.9.0
8
9
-RUN apt-get update && apt-get install -y curl libcurl3 build-essential \
+RUN apt-get update && apt-get install -y curl libcurl3 build-essential libssl-dev\
10
&& curl -fsS -o /tmp/install.sh https://dlang.org/install.sh \
11
&& bash /tmp/install.sh -p /dlang install "${COMPILER}-${COMPILER_VERSION}" \
12
&& rm /tmp/install.sh \
0 commit comments