fix gem name
This commit is contained in:
parent
2466ca6765
commit
0b05942b6f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM fluent/fluentd:v1.16-debian-1
|
FROM fluent/fluentd:v1.16-debian-1
|
||||||
USER root
|
USER root
|
||||||
RUN ["gem", "install", "fluent-plugin-elasticsearch", "rewrite_tag_filter", "--no-document"]
|
RUN ["gem", "install", "fluent-plugin-elasticsearch", "fluent-plugin-rewrite-tag-filter", "--no-document"]
|
||||||
USER fluent
|
USER fluent
|
||||||
|
|
Reference in a new issue