Vimjas / vim-testbed

Docker image for testing Vim plugins
42 stars 6 forks source link

Remove bash #26

Closed blueyed closed 7 years ago

blueyed commented 7 years ago

This requires to install ncurses explicitly, which was installed as a dep for bash before, and Vim requires it.

Ref: https://github.com/tweekmonster/vim-testbed/issues/20#issuecomment-289196080

blueyed commented 7 years ago

if you know it runs

We have quite good tests for vim-testbed already after all. And if it breaks for users, they should add apk --no-cache add bash to their Dockerfile.

blueyed commented 7 years ago

Thanks @bounceme for pointing it out in https://github.com/tweekmonster/vim-testbed/issues/20#issuecomment-289196080!