fixup
This commit is contained in:
parent
871a33e841
commit
35b5839bf2
|
@ -7,7 +7,8 @@ USER root
|
|||
# Install necessary plugins
|
||||
RUN fluent-gem install fluent-plugin-out-http --no-document && \
|
||||
fluent-gem install fluent-plugin-record-reformer --no-document && \
|
||||
fluent-gem install fluent-plugin-rewrite-tag-filter --no-document
|
||||
fluent-gem install fluent-plugin-rewrite-tag-filter --no-document && \
|
||||
fluent-gem install fluentd --no-document
|
||||
|
||||
# Copy your custom Fluentd configuration file
|
||||
COPY fluent.conf /fluentd/etc/
|
||||
|
|
Loading…
Reference in New Issue