Skip to content

Commit

Permalink
[DDS-1724] Updated elasticsearch plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Oct 17, 2023
1 parent a787980 commit ab0237e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ FROM elasticsearch:8.5.3

ENV ES_PATH=/usr/share/elasticsearch

RUN $ES_PATH/bin/elasticsearch-plugin install --batch ingest-attachment \
&& $ES_PATH/bin/elasticsearch-plugin install analysis-kuromoji \
RUN $ES_PATH/bin/elasticsearch-plugin install analysis-kuromoji \
&& $ES_PATH/bin/elasticsearch-plugin install analysis-icu

0 comments on commit ab0237e

Please sign in to comment.