Here we added liburing to Docker build file 98320cb
But now pax.so also have runtime dependencies to liburing.so.2
xifos@localhost:~$ ldd /usr/cloudberry-db/lib/postgresql/pax.so | grep liburi liburing.so.2 => /lib/x86_64-linux-gnu/liburing.so.2 (0x000072fc7908a000)
so we need to install it with cloudberry package
Co-authored-by: Leonid Borchuk <xifos@qavm-f9b691f5.qemu>