This commit is contained in:
Colin 2024-03-18 23:27:49 -04:00
parent 35b5839bf2
commit b3c61b18a7
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ FROM fluent/fluentd:v1.12-debian-1
# Use root for the installation of additional plugins
USER root
apt-get update && apt-get install -y netcat
# Install necessary plugins
RUN fluent-gem install fluent-plugin-out-http --no-document && \