You can install these missing libraries taking advantage of the heroku-buildpack-apt.
At the time of this writing, I have succesfully done it for this repo, with the following steps:
- Add heroku-buildpack-apt to your buildpacks on Heroku platform
- Create a file named Aptfile and add the following libs:
libsm6
…
Top comments (0)