mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-19 11:53:36 +00:00
4 lines
121 B
Docker
4 lines
121 B
Docker
FROM fluent/fluentd:v1.16-debian-2
|
|
USER root
|
|
RUN fluent-gem install fluent-plugin-elasticsearch --no-document
|
|
USER fluent |