Turns out the user was set to jboss in the base image.
When is switched to user root with the dockerfile command USER root everything worked.
Turns out the user was set to jboss in the base image.
When is switched to user root with the dockerfile command USER root everything worked.