Docs: add link to TailorBrands-maintained libvips Dockerfiles (#813)

This commit is contained in:
gmaliar 2017-05-21 22:37:57 +03:00 committed by Lovell Fuller
parent 0a6d8b37ad
commit d15fb1ab1b
2 changed files with 9 additions and 1 deletions

View File

@ -105,6 +105,13 @@ docker pull marcbachmann/libvips
docker pull wjordan/libvips
```
[Tailor Brands](https://github.com/TailorBrands) maintain
[Debian-based Dockerfiles for libvips and nodejs](https://github.com/TailorBrands/docker-libvips).
```sh
docker pull tailor/docker-libvips
```
### AWS Lambda
In order to use sharp on AWS Lambda, you need to [create a deployment package](http://docs.aws.amazon.com/lambda/latest/dg/nodejs-create-deployment-pkg.html). Because sharp

View File

@ -35,7 +35,8 @@
"Rahul Nanwani <r.nanwani@gmail.com>",
"Alice Monday <alice0meta@gmail.com>",
"Kristo Jorgenson <kristo.jorgenson@gmail.com>",
"YvesBos <yves_bos@outlook.com>"
"YvesBos <yves_bos@outlook.com>",
"Guy Maliar <guy@tailorbrands.com>"
],
"scripts": {
"clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*",