Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added GIT_CLONE_JOBS ARG to Dockerfile (#34)
The hardcoded GIT_CLONE_JOBS value was too high for some systems. This commit exposes the number of jobs as a docker argument so users can control it via `docker build --build-arg GIT_CLONE_JOBS=N`
- Loading branch information