stadtratmonitor/docker/elasticsearch/Dockerfile
Joerg Reichert cbf986c477 Update 2023
2023-03-29 21:02:52 +02:00

8 lines
336 B
Docker

FROM elasticsearch:8.6.2
RUN \
mkdir -p /usr/share/elasticsearch/config/analysis && \
pushd /usr/share/elasticsearch/config/analysis && \
curl -sSLO https://github.com/uschindler/german-decompounder/raw/master/de_DR.xml && \
curl -sSLO https://github.com/uschindler/german-decompounder/raw/master/dictionary-de.txt && \
popd