4 lines
153 B
Docker
4 lines
153 B
Docker
ARG OPENSEARCH_VERSION=2.7.0
|
|
FROM opensearchproject/opensearch:$OPENSEARCH_VERSION
|
|
|
|
RUN /usr/share/opensearch/bin/opensearch-plugin install analysis-icu
|