Update docker/fluentd/Dockerfile

This commit is contained in:
colin 2024-04-16 02:07:05 +00:00
parent 8c95a2a1d5
commit bb246e98df
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ FROM fluent/fluentd:v1.12-debian-1
USER root
# Update and install netcat
RUN apt-get update && apt-get install -y netcat
RUN apt-get update && apt-get install -y netcat curl
# Install necessary plugins
RUN fluent-gem install fluent-plugin-out-http --no-document && \