mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
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
|