Docs: Alpine vips-dev package requires fftw-dev also

This commit is contained in:
Lovell Fuller 2017-07-15 14:47:25 +01:00
parent d25d761b55
commit b40e3fa1f1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
machine: machine:
node: node:
version: v4.6.1 version: v4.8.4
services: services:
- docker - docker
test: test:

View File

@ -55,7 +55,7 @@ libvips is available in the
[testing repository](https://pkgs.alpinelinux.org/packages?name=vips-dev): [testing repository](https://pkgs.alpinelinux.org/packages?name=vips-dev):
```sh ```sh
apk add vips-dev --update-cache --repository https://dl-3.alpinelinux.org/alpine/edge/testing/ apk add vips-dev fftw-dev --update-cache --repository https://dl-3.alpinelinux.org/alpine/edge/testing/
``` ```
The smaller stack size of musl libc means The smaller stack size of musl libc means