From 3ee14f469ab43c534653b628efc45101ae028252 Mon Sep 17 00:00:00 2001 From: Fred Lifton Date: Tue, 16 Sep 2014 15:53:04 -0700 Subject: [PATCH 1/2] Added a very basic how-to use this image, and a reminder to add a proper example. --- buildpack-deps/README-content.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/buildpack-deps/README-content.md b/buildpack-deps/README-content.md index d3bcff4b..92ccf02a 100644 --- a/buildpack-deps/README-content.md +++ b/buildpack-deps/README-content.md @@ -6,3 +6,9 @@ includes a large number of "development header" packages needed by various things like Ruby Gems, PyPI modules, etc. For example, `buildpack-deps` would let you do a `bundle install` in an arbitrary application directory without knowing beforehand that `ssl.h` is required to build a dependent module. + +# How to use this image + +This stack is designed to be the foundation of a language-stack image. + + \ No newline at end of file From 398256ff5ba2e2f0640e370133a507b5cac93f2f Mon Sep 17 00:00:00 2001 From: Fred Lifton Date: Tue, 16 Sep 2014 15:57:42 -0700 Subject: [PATCH 2/2] Added license.md --- buildpack-deps/LICENSE.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 buildpack-deps/LICENSE.md diff --git a/buildpack-deps/LICENSE.md b/buildpack-deps/LICENSE.md new file mode 100644 index 00000000..6b170cdf --- /dev/null +++ b/buildpack-deps/LICENSE.md @@ -0,0 +1,2 @@ +View [license information](https://www.debian.org/social_contract#guidelines) +for the software contained in this image. \ No newline at end of file