On Thu, Nov 05, 2020 at 09:46:26AM +0800, Liu Yinsi wrote:
+ENV DEBIAN_FRONTEND noninteractive
+RUN apt-get update && \
apt-get install -y git uuid-runtime curl ruby-listen ruby-json ruby-mail && \
gem install fileutils elasticsearch activesupport
separate apt-get and gem maybe better, write gem install in next line
RUN gem install fileutils elasticsearch activesupport
OK, I will separate it
Thanks, Luan Shengde
Thanks, Yinsi
-- 2.23.0