Update docker/fluentd-ingest/Dockerfile
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
colin 2024-04-18 00:24:32 +00:00
parent 7c866e79b6
commit 72bda1d7cc
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
FROM fluent/fluentd:v1.12-debian-1
USER root
COPY fluent.conf /fluentd/etc/
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc && \
gem install fluent-plugin-gelf
USER fluent