Re: add package to container during staging?
JT Archie <jarchie@...>
Eric,
toggle quoted message
Show quoted text
The python buildpack does bundle the libffi dependency. It only get's installed <https://github.com/cloudfoundry/python-buildpack/blob/master/bin/steps/cryptography#L23> if you added cffi to your requirements.txt. With `pip` you have to explicit set all your dependencies. Give that a try. Kind Regards, JT On Sat, Nov 14, 2015 at 2:34 PM, Eric Poelke <epoelke(a)gmail.com> wrote:
Is it possible to add commands to get run during staging? I am using the |
|