Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 397 Bytes

heroku-buildpack-apt

This buildpack adds support for apt-based dependencies during both compile and runtime.

Install

# Add the buildpack
heroku buildpacks:add --index 1 https://github.com/thatcleanlife/heroku-buildpack-apt.git

# Deploy
git push heroku master

Aptfile

Include a list of apt package names to be installed in a file named Aptfile:

libssl1.0.0