-
Notifications
You must be signed in to change notification settings - Fork 270
Description
Hi, pursuant to https://github.com/progrium/buildstep/blob/master/builder/config/buildpacks.txt the multipack https://github.com/ddollar/heroku-buildpack-multi is supported. I want to use it to run https://github.com/benbalter/word_diff This worked fine when testing on heroku, but I want to move it to Docker. I have a very basic Dockerfile, as http://blog.tutum.co/2014/04/10/creating-a-docker-image-from-your-code/ says that buildstep will automatically detect what to install. However, it seems buildstep only installs java stuff (maybe even more then it has to) and no libreoffice or ruby stuff.
docker-build output: http://pastebin.com/XxgRhXRL
Dockerfile: http://pastebin.com/0AGGLZmD
Probably I am just missing something obvious ... but anyway, any help appreciated.