We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbf7d4 commit 0b7600eCopy full SHA for 0b7600e
images/fluentd/Dockerfile
@@ -71,6 +71,7 @@ ADD ./outputs/Gemfile.lock /Gemfile.outputs.lock
71
USER root
72
73
RUN apk add --no-cache $BUILD_DEPS \
74
+ && rm -rf /usr/include/fortify \
75
&& touch /etc/gemrc \
76
&& fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-syslog_rfc5424.git --ref 4ab9f7df3757b0e31e4bc209acab05a518efdce3 \
77
&& fluent-gem install --file /Gemfile.outputs \
0 commit comments