Dockerfile for alfresco/alfresco-governance-repository-community

cancel
Showing results for 
Search instead for 
Did you mean: 
fabrice7
Partner

Dockerfile for alfresco/alfresco-governance-repository-community

Hello,

I need to extend the `alfresco/alfresco-governance-repository-community` Docker image, but given that the `USER` command is most likely used and that `sudo` is not installed, every command I run in my Dockerfile is run as the `alfresco` user and I have no way to run any command as root.

So I would like to use the original Dockerfile and use it for what I need, but I can't find it. Could anyone help me?

Thanks a lot in advance!

  Fabrice

 

1 Reply
fabrice7
Partner

Re: Dockerfile for alfresco/alfresco-governance-repository-community

Actually, I just realized I could set `USER root` again at the beginning of my Dockerfile, and I can run commands as root again. I would still be interested to know where the original Dockerfile is located, though.