From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
docker: changed builder file to git clone full Signed-off-by: Waldemar Kozaczuk <[email protected]> --- diff --git a/docker/Dockerfile.builder b/docker/Dockerfile.builder --- a/docker/Dockerfile.builder +++ b/docker/Dockerfile.builder @@ -21,7 +21,7 @@ RUN mkdir -p /git-repos # - clone OSv WORKDIR /git-repos ARG GIT_ORG_OR_USER=cloudius-systems -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 WORKDIR /git-repos/osv RUN git submodule update --init --recursive -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/000000000000812bc105a059940b%40google.com.
