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 0828be5..8b2a50a 100644 --- a/container/git-mirror/Dockerfile +++ b/container/git-mirror/Dockerfile @@ -13,7 +13,7 @@ RUN apk update && \ echo ':sources: ["http://rubygems.org"]' >> ~/.gemrc && \ apk upgrade && \ apk add --no-cache git && \ - apk add ruby-dev make gcc g++ + apk add ruby-dev make gcc g++ openssh
RUN umask 002 && \ gem install bunny json PriorityQueue elasticsearch --no-rdoc --no-ri