Devcontainer template fails to pull private repo, ssh-agent not available
envbuilder v1.0.0-rc.6+23d086e - Build development environments from repositories in a container
#1: ๐ Using SSH authentication!
#1: ๐ No SSH key found, falling back to agent!
#1: โ Failed to connect to SSH agent: error creating SSH agent: "SSH agent requested but SSH_AUTH_SOCK not-specified"
#1: ๐ฆ Cloning git@gitlab.com:my/repository.git to /workspaces/repository...
Failed to clone repository: clone "git@gitlab.com:my/repository.git": error creating SSH agent: "SSH agent requested but SSH_AUTH_SOCK not-specified"
Falling back to the default image...envbuilder v1.0.0-rc.6+23d086e - Build development environments from repositories in a container
#1: ๐ Using SSH authentication!
#1: ๐ No SSH key found, falling back to agent!
#1: โ Failed to connect to SSH agent: error creating SSH agent: "SSH agent requested but SSH_AUTH_SOCK not-specified"
#1: ๐ฆ Cloning git@gitlab.com:my/repository.git to /workspaces/repository...
Failed to clone repository: clone "git@gitlab.com:my/repository.git": error creating SSH agent: "SSH agent requested but SSH_AUTH_SOCK not-specified"
Falling back to the default image...What might I be missing to authorize my devcontainer to pull this repo?
