Before proceeding
Problem
I need to add a custom root ca to the werf docker container. This is not possible atm because the docker user does not have the permission to do so.
Solution (if you have one)
Give user access to /etc/ssl/certs/ca-certificates.crt in alpine docker image or add a flag/env_var to all commands
Additional information
No response