Open speniti opened 4 weeks ago
Searching on the web, the issue seems related to the Bref's Docker image that, at the moment, is based upon Amazon Linux 2 and it contains GLIB.2.26
. So this open PR should fix it.
Turso released a new LibSQL composer package which depends on ffi.enable
. Is it possible to allow that configuration with fpm?
Hello! I recently came across Turso, that seems a great fit for serverless applications and, since it requires an additional extension, I am trying to add a new layer to install it.
So, following the steps provided in the documentation, I built this Dockerfile:
The Docker build runs smoothly, but when I try to run the test with the command
make test
it fails with the following error:The problem seems related to
GLIBC_2.29
that is missing but, unfortunately, it is not clear to me where/how to install it properly. Can anyone help me to solve this issue, please?Thanks! 🙏