Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 397 forks source link

Document Draft dependencies in a minimal Linux container #780

Open radu-matei opened 6 years ago

radu-matei commented 6 years ago

If you want to install Draft in an Alpine container, you need some basic dependencies, such as git or curl, which don't come by default with Alpine, as seen in #779 - document all the prerequisites for installing Draft in a minimal container.

bacongobbler commented 6 years ago

Just an FYI that the requirement on bash has likely been removed in #764 :)

squillace commented 6 years ago

This is a great thing to do. I'd love it.

radu-matei commented 6 years ago

@squillace - it just needs to be in a PR: https://github.com/Azure/draft/issues/779#issuecomment-391719114