mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-07-08 23:09:57 +07:00
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
FROM fluent/fluentd:v1.11-debian
|
|
|
|
USER root
|
|
RUN gem install fluent-plugin-elasticsearch
|