dockerEnv/fluentd/Dockerfile

4 lines
106 B
Docker
Raw Permalink Normal View History

2018-11-28 17:31:14 +00:00
FROM fluent/fluentd:latest
2018-11-30 16:18:29 +00:00
RUN ["gem", "install", "fluent-plugin-elasticsearch", "--no-rdoc", "--no-ri"]