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