How to package native dependencies to the container filesystem in Quarkus

31 Views Asked by At

I am building an application using Quarkus 3.1.0.Final and my requirement is to copy libsapjco3.so file in the build process into the container java.library.path.

Can this be achieved in a quarkus-specific way?

Alternatively, I was thinking of using the quarkus base image and build a new image by adding the COPY command to copy the libsapjco3.so file. But how can this be integrated into the build process?

Any help will be appreciated.

0

There are 0 best solutions below