Apoc installation on docker container

Hi, I'm trying to install apoc plugin in a docker container, the problem is that it creates the apoc.jar file as not readable, I tried to find similar problems but cannot find the solution.

I'm using a Mac, with graph-data-science plugin I have no issue.

Thanks

@ptempone

What version of Neo4j?

How are creating the container?

Are you following the steps as outlined at https://neo4j.com/docs/operations-manual/current/docker/operations/#docker-neo4j-plugins ?

Hi, I used this guide: https://neo4j.com/labs/apoc/4.4/installation/

But I solved just copying de apoc file in plugins folder and give manually read permission and restarted the container.

Thanks for the reply!