Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Wilcsinszky <[email protected]>
  • Loading branch information
pepov authored Jan 5, 2024
1 parent 1f99932 commit 3296d51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion v1.16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ USER root

RUN apk add --no-cache $BUILD_DEPS \
&& touch /etc/gemrc \
&& fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-gcs.git --ref f18a48914cc0e09df313791c947ca7eb3d0d0148 \
# TODO get rid of this by submitting the patch upstream
&& fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-gcs.git --ref ad6a7cb0f166e2c1648954a928e1e9b8cdcbf93d \
&& fluent-gem specific_install -l https://github.com/acquia/fluent-plugin-syslog_rfc5424.git --ref 5199be67d1a385f529fa1d6b6023e95ba7fac27d \
&& fluent-gem install --file /Gemfile.outputs \
&& find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \; \
Expand Down

0 comments on commit 3296d51

Please sign in to comment.