I have to build a docker image for my development in a confidential cluster which can not connect to github.
My dotfile settings use antigen, and I'd like to keep it.
The absence of github when deploying the image means I have to trigger antigen to install the plugins during the build image time.
How should I do it?