Skip to content

Commit

Permalink
Add plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell committed Apr 6, 2021
1 parent 79f5bbc commit 6769678
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ USER root
RUN set -eu; \
apk add --no-cache --update --virtual .build-deps sudo build-base ruby-dev; \
sudo gem install \
fluent-plugin-aws-elasticsearch-service \
fluent-plugin-concat \
fluent-plugin-record-modifier \
fluent-plugin-datadog \
fluent-plugin-elasticsearch \
fluent-plugin-grafana-loki \
fluent-plugin-prometheus \
fluent-plugin-record-modifier \
fluent-plugin-rewrite-tag-filter \
fluent-plugin-route \
fluent-plugin-s3 \
fluent-plugin-sqs \
fluent-plugin-aws-elasticsearch-service \
fluent-plugin-datadog; \
fluent-plugin-sqs; \
sudo gem sources --clear-all; \
apk del .build-deps; \
rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem;
Expand Down

0 comments on commit 6769678

Please sign in to comment.