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

[incubator-devlake] 03/03: chore: update lake builder

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

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

commit ff625d075f2acba928a4d2f1ac31c5ed1e973a60
Author: cong.wang <co...@merico.dev>
AuthorDate: Tue Jun 7 15:54:14 2022 +0800

    chore: update lake builder
    
    add tar
---
 devops/lake-builder/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devops/lake-builder/Dockerfile b/devops/lake-builder/Dockerfile
index f0ad69ec..05ec5f78 100644
--- a/devops/lake-builder/Dockerfile
+++ b/devops/lake-builder/Dockerfile
@@ -20,5 +20,4 @@ FROM golang:1.17-alpine3.15 as builder
 RUN apk update
 RUN apk upgrade
 #RUN apk add --update gcc=130.2.1_pre1-r3 g++=10.2.1_pre1-r3
-RUN apk add --no-cache tzdata libgit2-dev gcc g++ make
-RUN apk add --no-cache tar
\ No newline at end of file
+RUN apk add --no-cache tzdata libgit2-dev gcc g++ make tar