Skip to content

Commit

Permalink
removed plugin dir creation as no plugin is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
monotek committed Dec 20, 2018
1 parent 7b26514 commit dea164f
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -38,7 +38,6 @@ RUN BUILD_DEPS="make gcc g++ libc6-dev ruby-dev libffi-dev" \
ruby \
&& echo 'gem: --no-document' >> /etc/gemrc \
&& gem install --file Gemfile \
&& mkdir -p /etc/fluent/plugin \
&& apt-get purge -y --auto-remove \
-o APT::AutoRemove::RecommendsImportant=false \
$BUILD_DEPS \
Expand Down

0 comments on commit dea164f

Please sign in to comment.