How to pass flags to bundle install? #384
lmoellendorf
started this conversation in
General
Replies: 1 comment
-
The best answer would be putting The second-best answer would be putting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an issue with a dependency of a plugin.
The dependency
rugged
needs to be installed with the flag--with-ssh
.If installing manually I would do:
gem install rugged -- --with-ssh
Or with bundle:
But as far as I understand,
bundle install
is executed on docker container start. So how can I pass the--with-ssh
flag in this case?Beta Was this translation helpful? Give feedback.
All reactions