mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Docs: add link to TailorBrands-maintained libvips Dockerfiles (#813)
This commit is contained in:
parent
0a6d8b37ad
commit
d15fb1ab1b
@ -105,6 +105,13 @@ docker pull marcbachmann/libvips
|
|||||||
docker pull wjordan/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
|
### 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
|
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
|
||||||
|
@ -35,7 +35,8 @@
|
|||||||
"Rahul Nanwani <r.nanwani@gmail.com>",
|
"Rahul Nanwani <r.nanwani@gmail.com>",
|
||||||
"Alice Monday <alice0meta@gmail.com>",
|
"Alice Monday <alice0meta@gmail.com>",
|
||||||
"Kristo Jorgenson <kristo.jorgenson@gmail.com>",
|
"Kristo Jorgenson <kristo.jorgenson@gmail.com>",
|
||||||
"YvesBos <yves_bos@outlook.com>"
|
"YvesBos <yves_bos@outlook.com>",
|
||||||
|
"Guy Maliar <guy@tailorbrands.com>"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*",
|
"clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user