Skip to content

Commit

Permalink
Try update gem before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Aug 16, 2024
1 parent 3033fc4 commit 8415c9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.gcs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ ARG FLUENTD_VERSION=v1.17.0-debian-1.0
FROM fluent/fluentd:${FLUENTD_VERSION}
USER root
ARG PLUGIN_GCS_VERSION=0.13.1
RUN gem install fluent-plugin-google-cloud --no-document -v $PLUGIN_GCS_VERSION
RUN gem update --system &&
gem install fluent-plugin-google-cloud --no-document -v $PLUGIN_GCS_VERSION
USER fluent

0 comments on commit 8415c9c

Please sign in to comment.