Browse Source

websocket

master
zeus 4 years ago
parent
commit
e07df77b5b
  1. 2
      fluent/Dockerfile

2
fluent/Dockerfile

@ -7,7 +7,7 @@ USER root
# you may customize including plugins as you wish # you may customize including plugins as you wish
RUN apk add --no-cache --update --virtual .build-deps \ RUN apk add --no-cache --update --virtual .build-deps \
sudo build-base ruby-dev \ sudo build-base ruby-dev \
&& sudo gem install fluent-plugin-mongo fluent-plugin-websocket \ && sudo gem install fluent-plugin-mongo \
&& sudo gem sources --clear-all \ && sudo gem sources --clear-all \
&& apk del .build-deps \ && apk del .build-deps \
&& rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem && rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem

Loading…
Cancel
Save