This buildpack adds support for apt-based dependencies during both compile and runtime.
# Add the buildpack
heroku buildpacks:add --index 1 https://github.com/thatcleanlife/heroku-buildpack-apt.git
# Deploy
git push heroku master
Include a list of apt package names to be installed in a file named Aptfile
:
libssl1.0.0