dockerEnv/fluentd/Dockerfile

4 lines
101 B
Docker
Raw Normal View History

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