RUN sed -ri.origin 's|^https?://dl-cdn.alpinelinux.org|http://mirrors.huaweicloud.com%7Cg' /etc/apk/repositories
RUN apk update && \
- gem sources -r https://rubygems.org/ -a https://gems.ruby-china.com/ && \ apk upgrade && \ apk add --no-cache git && \
- apk add ruby-dev make gcc g++ openssh
- apk add ruby-dev make gcc g++ openssh && \
- gem sources -r https://rubygems.org/ -a https://gems.ruby-china.com/
Move the line above gem install will be better.
Wow, good.
-------- Thanks Yu Chuan
Thanks, Xueliang
RUN umask 002 && \ gem install bunny json PriorityQueue elasticsearch --no-rdoc --no-ri -- 2.23.0