Hibernate extension error

Hi everyone,
We have an error that only happen in our ECS deployment:

[class:org.lucee.extension.orm.hibernate.HibernateORMEngine;name:hibernate.extension;version:3.5.5.77;], make sure you have added all the required jar files

The error only happen when trying to deploy them in ecs cluster. When we run the container in development environment, it is fine.

We install the hibernate extension by setting the following environment variable in our Dockerfile:
ENV LUCEE_EXTENSIONS "FAD1E8CB-4F45-4184-86359145767C29DE;name=Hibernate ORM Engine,EFDEB172-F52E-4D84-9CD1A1F561B3DFC8;name=lucene Search Engine"

Any idea how we can resolve this issue?

Regards,
Jodi