mirror of
https://github.com/lovell/sharp.git
synced 2025-07-13 04:20:12 +02:00
Requires libvips cache to be disabled for tests Skip tiff/magick tests when format unavailable
8 lines
205 B
Bash
Executable File
8 lines
205 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Install Node.js
|
|
apk add --update make gcc g++ python nodejs
|
|
|
|
# Install libvips dependencies
|
|
apk add --update glib-dev libpng-dev libwebp-dev libexif-dev libxml2-dev orc-dev fftw-dev lcms2-dev
|