Set git clone depth to 1 in build/bench/Dockerfile
Looks like it's done in the other Dockerfiles
This commit is contained in:
parent
911c4ca6ce
commit
08442253c8
@ -75,7 +75,7 @@ WORKDIR /home/frappe
|
||||
|
||||
# Clone and install bench in the local user home directory
|
||||
# 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
|
||||
|
||||
# Export python executables for Dockerfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user