Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image is missing ssh-keygen #1343

Closed
brendandburns opened this issue Nov 16, 2016 · 2 comments
Closed

Docker image is missing ssh-keygen #1343

brendandburns opened this issue Nov 16, 2016 · 2 comments

Comments

@brendandburns
Copy link
Member

Many tools expect to be able to make keys, but the command is missing from the az-cli docker image.

@jdumars
Copy link

jdumars commented Nov 16, 2016

Workaround until the image is changed:

apk update && apk add openssh
ssh-keygen

Also handy are dependencies to enable curl against https:

apk add ca-certificates && update-ca-certificates && apk add openssl

@derekbekoe
Copy link
Member

I'll address this as part of #1336

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants