Skip to content

Commit

Permalink
Add static libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
looked-at-me committed May 23, 2020
1 parent 5ea432f commit 8d0f876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:edge

RUN apk add --no-cache g++ clang \
zlib-dev curl-dev curl-static openssl openssl-dev make git \
zlib-dev zlib-static curl-dev curl-static openssl openssl-dev openssl-libs-static \
ldc dub dtools-rdmd

COPY docker.build.sh /docker.build.sh
Expand Down

0 comments on commit 8d0f876

Please sign in to comment.