Open jeannot-ranaivosoa opened 1 year ago
It's possible that libpq in our image is simply to old at this point :( It broke upstream a while ago so we have just run on a pinned libpq and maybe something is assuming a newer version of ssl than what is bundled in our PQ.
See https://github.com/clux/muslrust/issues/81 . Ultimately there's little desire upstream to support static compilation in pq-sys, so this has been a best-effort lately.
Hi all 👋
first of all I wish you a wonderful new year. I was working with the stable image version of clux/muslrust and run into some issue installing diesel_cli.
My dockerfile is as follow :
Nothing fancy just run diesel_cli installation. Unfortunately i got into the error bellow :
Any idea on that issue ? perhaps am i missing some extra libraries to be installed in the image ? :)