Distroless Docker image fails with `libc.so: cannot open shared object file: No such file`
I am building a 1:1 with a Node project using the same base for a docker image
I am unsure where to direct this issue as I can see that the container does include a file under
Here is my current dockerfile
Any suggestions?
distroless/cc. Both projects use the same external dependency pulled from npm called libsql however the Deno project seems to fail with the following error I am unsure where to direct this issue as I can see that the container does include a file under
/lib/x86_64-linux-gnu directory. Here is my current dockerfile
Any suggestions?
