mirror of
https://github.com/dimitri/pgloader.git
synced 2026-02-05 06:21:40 +01:00
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:
parent
12e788094b
commit
ee75bc4765
@ -39,6 +39,7 @@ FROM debian:stable-slim
|
||||
freetds-dev \
|
||||
gawk \
|
||||
libsqlite3-dev \
|
||||
libssl1.1 \
|
||||
libzip-dev \
|
||||
make \
|
||||
sbcl \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user