Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 20, 2023
1 parent 4a04b4b commit 7004e3f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions buildpack-deps/ubuntu/jammy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# buildpack-deps

In spirit, `buildpack-deps` is similar to Heroku's stack images. It 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.

## Usage Notes

Primary used as a base image:

```
FROM docker.io/boxcutter/buildpack-deps:[version]
```

0 comments on commit 7004e3f

Please sign in to comment.