diff --git a/Dockerfile b/Dockerfile index e66eab6..8ce9a7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM arm64v8/ubuntu:16.04 RUN apt-get update + +RUN apt-get install -y git diff --git a/shippable.yml b/shippable.yml index e03d027..684b3b0 100644 --- a/shippable.yml +++ b/shippable.yml @@ -3,7 +3,7 @@ language: none runtime: nodePool: ci-builder -depth: 3 +depth: 40 gitConfig: - http.sslVerify false