You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-2Lines changed: 29 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,39 @@ Heroku buildpack with [libvips](https://github.com/jcupitt/libvips) installed.
34
34
35
35
## Usage
36
36
37
-
Add this buildpack to your app:
37
+
To use this on Heroku it must be installed with the required dependencies in the required order. We must first add the [apt buildpack](https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-apt) so that it is executed first. We can do that with the following Heroku CLI command:
The order is important as the `apt` buildpack and its dependencies must be installed before this buildpack. Finally the buildpack specifc to your application (in this case its the ruby buildpack) can be installed.
69
+
43
70
## Build script
44
71
45
72
[This](./build.sh) is the script used to build vips using docker.
0 commit comments