fixup
This commit is contained in:
parent
35b5839bf2
commit
b3c61b18a7
|
@ -3,6 +3,7 @@ FROM fluent/fluentd:v1.12-debian-1
|
||||||
|
|
||||||
# Use root for the installation of additional plugins
|
# Use root for the installation of additional plugins
|
||||||
USER root
|
USER root
|
||||||
|
apt-get update && apt-get install -y netcat
|
||||||
|
|
||||||
# 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