I am building my first custom app in Docker in Python and I want to host it on Cloudron.
Currently, the repository is set up on docker.com. I have set up the repository in the cloudron settings using an access token. I have a CloudronManifest.json, a Dockerfile and the requirements file (since it's python), but I am stuck when running
cloudron build
as I consistently run into this error message:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fc9470e4750>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/asgiref/
The same comes with any other package that happens to be the first in the requirements file.
I am the owner of the Docker repository.
Does anyone know what I can do about it?