Currently, dify-sandbox would trigger auto-install dependencies by executing commands to install the /dependencies/python-requirements.txt . However, it has potential security risk since dify-sandbox would need internet access and also privileged access to the runtime container.
I want to change the Dockerfile to install the required dependencies via CI system when building the dify-sandbox runtime image, is it possible to cover both Python and Nodejs dependency installation in the Dockerfile ?
Thanks.