mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-12-25 11:20:02 +00:00
Merge pull request #508 from PeterDaveHello/patch-1
Set git clone depth to 1 in build/bench/Dockerfile
This commit is contained in:
commit
7fc0f06610
@ -75,7 +75,7 @@ WORKDIR /home/frappe
|
|||||||
|
|
||||||
# Clone and install bench in the local user home directory
|
# Clone and install bench in the local user home directory
|
||||||
# For development, bench source is located in ~/.bench
|
# For development, bench source is located in ~/.bench
|
||||||
RUN git clone ${GIT_REPO} -b ${GIT_BRANCH} .bench \
|
RUN git clone ${GIT_REPO} --depth 1 -b ${GIT_BRANCH} .bench \
|
||||||
&& pip3 install --user -e .bench
|
&& pip3 install --user -e .bench
|
||||||
|
|
||||||
# Export python executables for Dockerfile
|
# Export python executables for Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user