dockerEnv/fluentd/Dockerfile

4 lines
106 B
Docker
Raw Normal View History

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