mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 11:00:14 +02:00
8 lines
236 B
Bash
Executable File
8 lines
236 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Install build dependencies
|
|
apk add --update make gcc g++ python nodejs
|
|
|
|
# Install libvips with build headers and dependencies
|
|
apk add libvips-dev --update --repository https://s3.amazonaws.com/wjordan-apk --allow-untrusted
|