multiversx / mx-chain-scripts

GNU General Public License v3.0
4 stars 5 forks source link

Adjust git clone (clone only the tip of the tag / branch). #8

Closed andreibancioiu closed 1 year ago

andreibancioiu commented 1 year ago

Use --single-branch and --depth=1 when cloning git repositories (improvement in download time).

Similar to what we have on the Rosetta setup:

https://github.com/multiversx/mx-chain-rosetta-docker/blob/main/Dockerfile#L14