Skip to content

Commit 0b7600e

Browse files
committed
chore(images/fluentd): remove /usr/include/fortify from final stage build, as it caused a break
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent 0dbf7d4 commit 0b7600e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/fluentd/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ ADD ./outputs/Gemfile.lock /Gemfile.outputs.lock
7171
USER root
7272

7373
RUN apk add --no-cache $BUILD_DEPS \
74+
&& rm -rf /usr/include/fortify \
7475
&& touch /etc/gemrc \
7576
&& fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-syslog_rfc5424.git --ref 4ab9f7df3757b0e31e4bc209acab05a518efdce3 \
7677
&& fluent-gem install --file /Gemfile.outputs \

0 commit comments

Comments
 (0)