No parameter config equivalent to --ssh default
in build parameters to support pip ssh requirements installations
#5855
Labels
containers
Issue in vscode-remote containers
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
Milestone
When I build my dev container image I need to install some python requirements through pip that reference a specific repository commit.
To do so when I build my image myself I just need to pass
--ssh default
to mydocker build
command in order to use any ssh key declared viassh-add
command.I've red the doc and didn't find any way to specify at build time this argument.
Do you think its possible to add this functionality?
I'm genuinely inclined to do if you give me some guidance on where to do it :D
The text was updated successfully, but these errors were encountered: