mirror of https://github.com/usbharu/Hideout.git
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
|