dockerEnv/fluentd/Dockerfile

4 lines
101 B
Docker
Raw Normal View History

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