It would be cool if a Dockerfile command such as ADD could support git sources, something like:
ADD https://github.com/something/something.git
(at least for public git repos, maybe even with a few arguments - for private ones as well)
Just a thought
It would be cool if a Dockerfile command such as ADD could support git sources, something like:
ADD https://github.com/something/something.git
(at least for public git repos, maybe even with a few arguments - for private ones as well)
Just a thought