Update Dockerfile

This commit is contained in:
André Bauer 2020-02-18 21:52:09 +01:00 committed by GitHub
parent a35b4fa29d
commit b25456ff7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,5 +13,4 @@ LABEL org.label-schema.build-date="$BUILD_DATE" \
org.label-schema.schema-version="2.9.0" \
org.label-schema.docker.cmd="sysctl -w vm.max_map_count=262144;docker-compose up"
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin remove x-pack --purge && \
yes | /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment
RUN yes | /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment