removed plugin dir creation as no plugin is installed

pull/564/head
André Bauer 2018-12-21 00:21:21 +01:00
parent 7b2651429a
commit dea164fda8
1 changed files with 0 additions and 1 deletions

View File

@ -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 \