SSL/TLS connectivity using a docker container

Hi,

I created a simple compose file to parameterize a neo4j instance in a docker container. It works just fine in HTPP. But bolt+s connectivity does not work when I add variable to activate HTTPS.

I copied netty-tcnative jar in the plugins directory (the one in which apoc is copied)

I get a list of java.lang.UnsatisfiedLinkError and eventually tis one:

Caused by: java.lang.IllegalArgumentException: Failed to load any of the given libraries: [netty_tcnative_linux_x86_64, netty_tcnative_linux_x86_64_fedora, netty_tcnative_x86_64, netty_tcnative]

what did I do wrong ?

thanks