We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cdcd7 commit e4d9103Copy full SHA for e4d9103
docker/Dockerfile.builder
@@ -21,7 +21,7 @@ RUN mkdir -p /git-repos
21
# - clone OSv
22
WORKDIR /git-repos
23
ARG GIT_ORG_OR_USER=cloudius-systems
24
-RUN git clone --depth 50 https://github.com/${GIT_ORG_OR_USER}/osv.git
+RUN git clone https://github.com/${GIT_ORG_OR_USER}/osv.git
25
WORKDIR /git-repos/osv
26
RUN git submodule update --init --recursive
27
0 commit comments