You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ab...@apache.org on 2022/08/09 07:07:29 UTC

[incubator-devlake] 01/03: fix: add git to lake-builder

This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit 7871d952d678ee05d066fbdf0f685b33de27ce2a
Author: Klesh Wong <zh...@merico.dev>
AuthorDate: Tue Aug 9 12:19:26 2022 +0800

    fix: add git to lake-builder
---
 devops/lake-builder/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devops/lake-builder/Dockerfile b/devops/lake-builder/Dockerfile
index c8efe134..12b8a8d3 100644
--- a/devops/lake-builder/Dockerfile
+++ b/devops/lake-builder/Dockerfile
@@ -17,5 +17,5 @@
 # current tag: mericodev/lake-builder:0.0.5
 FROM golang:1.17-alpine3.15 as builder
 #RUN apk add --update gcc=130.2.1_pre1-r3 g++=10.2.1_pre1-r3
-RUN apk update && apk upgrade && apk add --no-cache tzdata libgit2-dev gcc g++ make tar
-RUN go install github.com/vektra/mockery/v2@latest
+RUN apk update && apk upgrade && apk add --no-cache tzdata libgit2-dev gcc g++ make tar git
+RUN go install github.com/vektra/mockery/v2@v2.12.3