Loading Dockerfile +3 −6 Original line number Diff line number Diff line Loading @@ -6,14 +6,11 @@ LABEL maintainer="info@redmic.es" ARG ES_PLUGIN_VERSION=3.5.0 RUN apk add --update --no-cache --virtual \ .build-deps \ RUN apk add --update --no-cache \ --virtual .build-deps \ build-base \ ruby-dev && \ gem install --no-document \ fluent-plugin-elasticsearch:${ES_PLUGIN_VERSION} && \ gem sources --clear-all && \ apk del \ .build-deps \ build-base \ ruby-dev apk del .build-deps Loading
Dockerfile +3 −6 Original line number Diff line number Diff line Loading @@ -6,14 +6,11 @@ LABEL maintainer="info@redmic.es" ARG ES_PLUGIN_VERSION=3.5.0 RUN apk add --update --no-cache --virtual \ .build-deps \ RUN apk add --update --no-cache \ --virtual .build-deps \ build-base \ ruby-dev && \ gem install --no-document \ fluent-plugin-elasticsearch:${ES_PLUGIN_VERSION} && \ gem sources --clear-all && \ apk del \ .build-deps \ build-base \ ruby-dev apk del .build-deps