Update docker/fluentd/Dockerfile
This commit is contained in:
parent
8c95a2a1d5
commit
bb246e98df
|
@ -5,7 +5,7 @@ FROM fluent/fluentd:v1.12-debian-1
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
# Update and install netcat
|
# 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
|
# Install necessary plugins
|
||||||
RUN fluent-gem install fluent-plugin-out-http --no-document && \
|
RUN fluent-gem install fluent-plugin-out-http --no-document && \
|
||||||
|
|
Loading…
Reference in New Issue