Closed tomasbruckner closed 1 year ago
Please refer to the Docker manual and see how to use the USER
command.
As an example, this was how it is used in this repository. https://github.com/yukinying/chrome-headless-browser-docker/blob/d33fbeb5a7166ecb8d9f015bd2529541aa9063da/chrome-stable/Dockerfile#L27
Hi, I am trying to extend the image (add zip)
But it fails with missing
/var/lib/apt/lists/partial
I think it is because the user is not a sudoer? Is there any workaround?