fix fulltextsearch build

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-08-25 13:33:16 +02:00
parent 267378998c
commit 6c63adc37f

View file

@ -1,4 +1,4 @@
# Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile
FROM elasticsearch:7.17.6
RUN elasticsearch /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch ingest-attachment
RUN elasticsearch-plugin install --batch ingest-attachment