Hi,
I am running starkstorm as a docker container using the docker-compose.yml file. All is good. In lab, I have setup proxy to have internet connectivity and installed my required pack.
On our production I will not have internet connectivity, so I fork packs on our gitlab. I then remove proxy setting and try to install them using the “st2 pack install url_to_my_gitlab”. It was able to download them, install but fail at dependencies checking.
How I could solve this issue.
Thanks