mirror of
https://github.com/lovell/sharp.git
synced 2025-07-12 12:00:14 +02:00
8 lines
177 B
Bash
Executable File
8 lines
177 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 libwebp libexif libxml2 orc fftw lcms2
|