docker-library / buildpack-deps

MIT License
450 stars 115 forks source link

Add libwebp-dev #32

Closed mattrobenolt closed 9 years ago

mattrobenolt commented 9 years ago

Not entirely sure if this process is correct, but I added the dependency into Dockerfile.template, then ran ./update.sh and it seemed to do the right thing.

webp is needed for a number of image processing libraries, and we already have libjpeg-dev along with imagemagick packages.

yosifkit commented 9 years ago

Correct process! LGTM

Examples of use to justify inclusion into buildpack-deps:

tianon commented 9 years ago

LGTM

mattrobenolt commented 9 years ago

Thanks guys. :) When do these get synced with Docker Hub?

yosifkit commented 9 years ago

We need to update the commit over in docker-library/official-images and then the build server can build it from there.