mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-15 11:26:37 +03:00
5 lines
187 B
Docker
5 lines
187 B
Docker
FROM elasticsearch:8.11.1
|
|
|
|
# Install the ICU plugin
|
|
RUN bin/elasticsearch-plugin install https://artifacts.elastic.co/downloads/elasticsearch-plugins/analysis-icu/analysis-icu-8.11.1.zip
|