mirror of
https://github.com/lovell/sharp.git
synced 2025-07-11 19:40:14 +02:00
8 lines
212 B
Bash
Executable File
8 lines
212 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Install build dependencies
|
|
apk add --update make gcc g++ python nodejs
|
|
|
|
# Install libvips from aports/testing
|
|
apk add --update --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing vips-dev
|