build crystal-shards depends gitcache, When build crystal-shards, error message as follows:
Step 8/12 : RUN shards ---> Running in be90213caa48 Resolving dependencies Fetching https://github.com/kemalcr/kemal.git Failed to clone https://github.com/kemalcr/kemal.git The command '/bin/sh -c shards' returned a non-zero code: 1
Signed-off-by: Liu Yinsi liuyinsi@163.com --- container/crystal-shards/build-depends | 1 + 1 file changed, 1 insertion(+)
diff --git a/container/crystal-shards/build-depends b/container/crystal-shards/build-depends index 6627b6f..6eed7ec 100755 --- a/container/crystal-shards/build-depends +++ b/container/crystal-shards/build-depends @@ -1 +1,2 @@ crystal-base +gitcache