Skip to content

Commit

Permalink
Include S3 plugin (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Sidorov authored Oct 7, 2019
1 parent 7232a26 commit b2e7591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN buildDeps="sudo make gcc g++ libc-dev ruby-dev libffi-dev libsystemd-dev pyt
&& gem install fluent-plugin-filter \
&& gem install fluent-plugin-parser \
&& gem install fluent-plugin-record-modifier \
&& gem install fluent-plugin-s3 \
&& sudo gem sources --clear-all \
&& SUDO_FORCE_REMOVE=yes apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps \
&& rm -rf /var/lib/apt/lists/* /home/fluent/.gem/ruby/2.3.0/cache/*.gem

0 comments on commit b2e7591

Please sign in to comment.