diff --git a/docs/install.md b/docs/install.md index 55b17df0..d25c1ba1 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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 diff --git a/package.json b/package.json index a4919560..df99219c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,8 @@ "Rahul Nanwani ", "Alice Monday ", "Kristo Jorgenson ", - "YvesBos " + "YvesBos ", + "Guy Maliar " ], "scripts": { "clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*",