init
This commit is contained in:
commit
aeed65257b
2 changed files with 16 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM fluent/fluentd:v1.16-debian-1
|
||||
USER root
|
||||
RUN ["gem", "install", "fluent-plugin-elasticsearch", "--no-document"]
|
||||
USER fluent
|
Reference in a new issue