Skip to content

Heroku buildpack for apt-based dependencies.

Notifications You must be signed in to change notification settings

thatcleanlife/heroku-buildpack-apt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Heroku buildpack for apt-based dependencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages