Fix ccl docker images not having libssl (#968)

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.
This commit is contained in:
Elias Carter 2019-05-17 00:47:18 -07:00 committed by Dimitri Fontaine
parent 12e788094b
commit ee75bc4765

View File

@ -39,6 +39,7 @@ FROM debian:stable-slim
freetds-dev \
gawk \
libsqlite3-dev \
libssl1.1 \
libzip-dev \
make \
sbcl \