Reputation: 849
In my flask app I often use abiword in a subprocess call. Now I am trying to migrate that application to heroku however I am running into some trouble when trying to get abiword installed
Following the approach on this website
http://theprogrammingbutler.com/blog/archives/2011/07/28/running-pdftotext-on-heroku/
does not seem to work because when I use ./configure I get the error that several packages were not found and I cant use apt-get on heroku to install them.
What can I do to create a full buildpack to add to my heroku buildpacks?
Upvotes: 0
Views: 124