Use ONBUILD Dockerfile instruction
blueyed opened this issue · 1 comments
blueyed commented
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
That was something I wished existed when I started this. I guess I didn't know it existed 😯