You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I Found the root cause.
ADD plugins/.ez /usr/lib/rabbitmq/lib/rabbitmq_server-/plugins/
The code above created a directory named of rabbitmq_server-* instead of finding the right rabbitmq server directory and copying the ez file into it.
The quick and dirty solution is just modifying the directory name to the sepcific name , in my case is rabbitmq_server-3.7.5
I've cloned the repo and then simply did a Docker build but I'm getting this:
I understand that the plugin is already built and copied from the plugin folder, and that I should not need to build it. Am I missing something?
The text was updated successfully, but these errors were encountered: