Skip to content

Commit

Permalink
Fix ccl docker images not having libssl (dimitri#968)
Browse files Browse the repository at this point in the history
pgloader:ccl.latest throws an error: Shared library not open: "libssl.so.1.1". This commit adds libssl1.1 to the docker image which fixes the issue.
  • Loading branch information
edcarter authored and dimitri committed May 17, 2019
1 parent 12e7880 commit ee75bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ FROM debian:stable-slim
freetds-dev \
gawk \
libsqlite3-dev \
libssl1.1 \
libzip-dev \
make \
sbcl \
Expand Down

0 comments on commit ee75bc4

Please sign in to comment.