-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to install additional CLI packages? #368
Comments
Hi. There is build phase and runtime phase. During build phase we can install anything you want. But during runtime phase is it problematic. Is inkscape single binary without dependencies? |
Thanks for taking a look. Not sure about dependencies, but it seems there are a few options including an executable Appimage. |
Any update on this? Is there anything I can do to get inkscape installed? Or, if not, is it possible to get the Imagick PHP extension? Thanks! |
Hi @DenverCoder1, I don't the the easy way how to do it right now. |
Ok, no problem. On Heroku, I was able to add third party buildpacks that can install things. I have gotten inkscape working there by adding the buildpack https://github.com/heroku/heroku-buildpack-apt and having an Is it possible to install apt packages listed in a file with Vercel? I'm not really sure how Vercel's runtime works. |
Aptfile would be great, but it's not possible right now. |
Okay, I'll look forward to hearing if you do find a good solution. 👍 |
It's still not possible. |
Is it currently possible to tell Vercel to install additional packages to be made available at runtime?
I am not referring to packages installable via Composer, but rather ones you would install for use on the command line.
For example, if I wanted to run
inkscape
viashell_exec
, would I be able to tell Vercel to install the inkscape package and avoid getting thesh: line 98: inkscape: command not found
error?The text was updated successfully, but these errors were encountered: