Skip to content

davidlibrera/heroku-buildpack-unzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Heroku buildpack: unzip

This is a Heroku buildpack for adding unzip to your application.

Multipacks

More likely, you'll want to use it as part of a larger project, which needs to use unzip. The easiest way to do this is with a multipack, where this is just one of the buildpacks you'll be working with.

$ cat .buildpacks
git://github.com/heroku/heroku-buildpack-ruby.git
git://github.com/davidlibrera/heroku-buildpack-unzip.git

$ heroku config:add BUILDPACK_URL=git://github.com/ddollar/heroku-buildpack-multi.git

This will bundle unzip into your instance without impacting your existing system.

About

Add unzip command to heroku system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages