docker-library / buildpack-deps

MIT License
445 stars 113 forks source link

Add "dpkg-dev" to the full variants #65

Closed tianon closed 7 years ago

tianon commented 7 years ago

This provides us with dpkg-architecture, which is a really useful tool for implementing multi-architecture support (especially when a "GNU triple" is needed).

See https://github.com/docker-library/php/pull/429 for an example of it being used (and links to other PRs using it as well).

tianon commented 7 years ago

Before:

After: