Skip to content

Commit e4d9103

Browse files
committed
docker: changed builder file to git clone full
Signed-off-by: Waldemar Kozaczuk <jwkozaczuk@gmail.com>
1 parent f6cdcd7 commit e4d9103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN mkdir -p /git-repos
2121
# - clone OSv
2222
WORKDIR /git-repos
2323
ARG GIT_ORG_OR_USER=cloudius-systems
24-
RUN git clone --depth 50 https://github.com/${GIT_ORG_OR_USER}/osv.git
24+
RUN git clone https://github.com/${GIT_ORG_OR_USER}/osv.git
2525
WORKDIR /git-repos/osv
2626
RUN git submodule update --init --recursive
2727

0 commit comments

Comments
 (0)