Signed-off-by: Li Yuanchao lyc163mail@163.com --- container/git-mirror/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/container/git-mirror/Dockerfile b/container/git-mirror/Dockerfile index 9c582f7..390bbcc 100644 --- a/container/git-mirror/Dockerfile +++ b/container/git-mirror/Dockerfile @@ -12,5 +12,5 @@ RUN apk update && \ apk add ruby-dev make gcc g++
RUN umask 002 && \ - gem install bunny json PriorityQueue --no-rdoc --no-ri + gem install bunny json PriorityQueue elasticsearch --no-rdoc --no-ri