Vimjas / vim-testbed

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

Use ONBUILD Dockerfile instruction #21

Open blueyed opened 8 years ago

blueyed commented 8 years ago

We should maybe use ONBUILD to make derived Dockerfiles easier to write, where ARG or ENV could be used then to get the Vim versions to be built from. https://docs.docker.com/engine/reference/builder/#/onbuild

tweekmonster commented 8 years ago

That was something I wished existed when I started this. I guess I didn't know it existed 😯