Lib Vips problem with Rails deployment
royalgiantHOBBY
a year ago
Getting this error trying to deploy my app from Github:
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y libvips libvips-dev && apt-get install libglib2.0-dev && apt-get install redis-server && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1
The deployment works fine on render and I'm trying to migrate over, but it's failing here and I don't know how to workaround it.
ⓘ Deployment information is only viewable by Project members and Railway admins.
1 Replies
mrdanielmPRO
a year ago
Did you ever solve this?