example/Dockerfile in fluent-plugin-jq-0.3.0 vs example/Dockerfile in fluent-plugin-jq-0.4.0

- old
+ new

@@ -13,6 +13,7 @@ && gem build fluent-plugin-jq.gemspec \ && gem install *.gem \ && apk del .build-deps \ && rm -rf /var/cache/apk/* \ && cp /tmp/fluent-plugin-jq/example/fluent.conf /fluentd/etc/ \ + && cp /tmp/fluent-plugin-jq/example/statsd.sample / \ && rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem