This commit is contained in:
Pim Kunis 2023-08-02 12:48:36 +02:00
commit aeed65257b
2 changed files with 16 additions and 0 deletions

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM fluent/fluentd:v1.16-debian-1
USER root
RUN ["gem", "install", "fluent-plugin-elasticsearch", "--no-document"]
USER fluent