On Heroku, I would like to use Rails 6.0 with Active Storage and VIPS for fast and low memory image transformation.
I tried following the instructions here https://github.com/janko/image_processing/issues/32, but the build fails:
-----> vips app detected
-----> Vendoring binaries
Fetching wget https://kespry-packages.s3.amazonaws.com/vips/heroku-18/libvips-8.6.2.tgz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
! Push rejected, failed to compile vips app.
! Push failed
I had these buildpacks in place:
heroku-community/apt
What buildpacks am I recommended to use?
If none exists, how would I go about adding VIPS support for a Heroku buildpack?