mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 21:56:18 +01:00
Use libvips-dev apk for alpine-linux packaging test
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Install Node.js
|
||||
# Install build dependencies
|
||||
apk add --update make gcc g++ python nodejs
|
||||
|
||||
# Install libvips dependencies
|
||||
apk add --update glib-dev libpng libwebp libexif libxml2 orc fftw lcms2
|
||||
# Install libvips with build headers and dependencies
|
||||
apk add libvips-dev --update --repository https://s3.amazonaws.com/wjordan-apk --allow-untrusted
|
||||
|
||||
Reference in New Issue
Block a user