Use libvips-dev apk for alpine-linux packaging test

This commit is contained in:
Will Jordan
2016-02-12 23:54:40 +00:00
parent bdac84059d
commit e149e60c7a
2 changed files with 4 additions and 4 deletions

View File

@@ -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