Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Commit

Permalink
Add packager configuration for Ubuntu 16.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Jul 28, 2016
1 parent 1d9d259 commit 3f4fefe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .buildpacks
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
https://github.com/pkgr/pkgr-buildpack-imagemagick.git
https://github.com/heroku/heroku-buildpack-nodejs.git#v71
https://github.com/pkgr/heroku-buildpack-ruby.git#universal
https://github.com/pkgr/heroku-buildpack-ruby.git
6 changes: 3 additions & 3 deletions .pkgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ targets:
<<: *debian
ubuntu-14.04:
<<: *debian
fedora-20: &redhat
ubuntu-16.04:
<<: *debian
centos-6: &redhat
build_dependencies:
- ImageMagick-devel
centos-6:
<<: *redhat
centos-7:
<<: *redhat
dependencies:
Expand Down

0 comments on commit 3f4fefe

Please sign in to comment.